Html Css Color HEX #D13775 Deep Cerise

📋 copy color: '#D13775'

red 209 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #D13775

Tints of Deep Cerise #D13775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.44%

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

R = 54.86%
G = 14.44%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13775 (or 0xD13775) is known color: Deep Cerise. HEX triplet: D1, 37 and 75. RGB value is (209,55,117). Sum of RGB (Red+Green+Blue) = 209+55+117=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13775 is #2EC88A. Grayscale: #6C6C6C. Windows color (decimal): -3065995 or 7682001. OLE color: 7682001.

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

Color convert

RGB 209 55 117 -
CMYK 0 0.74 0.44 0.18
HSL 335.84º 0.63% 0.52% -
HSV(B) 335.84º 0.74% 0.82% -
XYZ 30.87 17.57 18.59 -
YUV 108.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 209 55 117 0 0.74 0.44 0.18 335.84 0.63 0.52
Hex D1 37 75 0 4A 2C 12 150 3F 34
Octal 321 67 165 0 112 54 22 520 77 64
Binary 11010001 110111 1110101 0 1001010 101100 10010 101010000 111111 110100

Color Harmonies of #D13775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13775

Black with #D13775

Text Example


Text Example

White with #D13775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13775; }

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

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

background-color css

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

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

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

border-color css

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

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

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