Html Css Color HEX #D13375 Deep Cerise

📋 copy color: '#D13375'

red 209 ◦ green 51 ◦ blue 117

#D13375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D13375

Tints of Deep Cerise #D13375

RGB

 RED value IS 209 (82.03% from 255) = 55.44%

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 55.44%
G = 13.53%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13375 (or 0xD13375) is known color: Deep Cerise. HEX triplet: D1, 33 and 75. RGB value is (209,51,117). Sum of RGB (Red+Green+Blue) = 209+51+117=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13375 is #2ECC8A. Grayscale: #696969. Windows color (decimal): -3067019 or 7680977. OLE color: 7680977.

HSL color Cylindrical-coordinate representation of color #D13375: hue angle of 334.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13375 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 117 -
CMYK 0 0.76 0.44 0.18
HSL 334.94º 0.63% 0.51% -
HSV(B) 334.94º 0.76% 0.82% -
XYZ 30.69 17.21 18.53 -
YUV 105.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 209 51 117 0 0.76 0.44 0.18 334.94 0.63 0.51
Hex D1 33 75 0 4C 2C 12 14F 3F 33
Octal 321 63 165 0 114 54 22 517 77 63
Binary 11010001 110011 1110101 0 1001100 101100 10010 101001111 111111 110011

Color Harmonies of #D13375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13375

Black with #D13375

Text Example


Text Example

White with #D13375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13375; }

 p { color: rgb(209,51,117); }

 H1.HeaderClassName
 {
   color: #D13375;
 }
 .AnyTagClassName
 {
   color: #D13375;
 }
</style>

background-color css

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

 a { background-color: rgb(209,51,117); }

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

border-color css

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

 span { border-color: rgb(209,51,117); }

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