Html Css Color HEX #D13175 Deep Cerise

📋 copy color: '#D13175'

red 209 ◦ green 49 ◦ blue 117

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

Shades of Deep Cerise #D13175

Tints of Deep Cerise #D13175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 55.73%
G = 13.07%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13175 (or 0xD13175) is known color: Deep Cerise. HEX triplet: D1, 31 and 75. RGB value is (209,49,117). Sum of RGB (Red+Green+Blue) = 209+49+117=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13175 is #2ECE8A. Grayscale: #686868. Windows color (decimal): -3067531 or 7680465. OLE color: 7680465.

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

Color convert

RGB 209 49 117 -
CMYK 0 0.77 0.44 0.18
HSL 334.5º 0.63% 0.51% -
HSV(B) 334.5º 0.77% 0.82% -
XYZ 30.6 17.04 18.5 -
YUV 104.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 209 49 117 0 0.77 0.44 0.18 334.5 0.63 0.51
Hex D1 31 75 0 4D 2C 12 14E 3F 33
Octal 321 61 165 0 115 54 22 516 77 63
Binary 11010001 110001 1110101 0 1001101 101100 10010 101001110 111111 110011

Color Harmonies of #D13175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13175

Black with #D13175

Text Example


Text Example

White with #D13175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13175; }

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

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

background-color css

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

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

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

border-color css

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

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

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