#d5377d

Color #D5377D Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D5377D

Tints of Deep Cerise #D5377D

Color information

#D5377D (or 0xD5377D) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and 7D. RGB value is (213,55,125). Sum of RGB (Red+Green+Blue) = 213+55+125=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5377D is #2AC882. Grayscale: #6E6E6E. Windows color (decimal): -2803843 or 8206293. OLE color: 8206293.

HSL color Cylindrical-coordinate representation of color #D5377D: hue angle of 333.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5377D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21355125-
CMYK00.740.410.16
HSL333.42º65.29%52.55%-
HSV(B)333.42º74.18%83.53%-
XYZ32.5118.3621.23-
YUV110.22136.35201.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=54.20%
G=13.99%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135512500.740.410.16333.4265.2952.55
HexD5377D04A291014d4135
Octal325671750112512051510165
Binary11010101110111111110101001010101001100001010011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5377d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5377d; }

 p { color: rgb(213,55,125); }

 H1.HeaderClassName
 {
   color: #d5377d;
 }
 .AnyTagClassName
 {
   color: #d5377d;
 }
</style>
background-color css

<style>
 a { background-color: #d5377d; }

 a { background-color: rgb(213,55,125); }

 div.DivClassName
 {
   background-color: #d5377d;
 }
 .BgClassName
 {
   background-color: #d5377d;
 }
</style>
border-color css

<style>
 span { border-color: #d5377d; }

 span { border-color: rgb(213,55,125); }

 td.TdClassName
 {
   border-color: #d5377d;
 }
 .TagClassName
 {
   border-color: #d5377d;
 }
</style>