Html Css Color HEX #D13774 Deep Cerise

📋 copy color: '#D13774'

red 209 ◦ green 55 ◦ blue 116

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

Shades of Deep Cerise #D13774

Tints of Deep Cerise #D13774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 55%
G = 14.47%
B = 30.53%

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

#D13774 (or 0xD13774) is known color: Deep Cerise. HEX triplet: D1, 37 and 74. RGB value is (209,55,116). Sum of RGB (Red+Green+Blue) = 209+55+116=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D13774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13774 is #2EC88B. Grayscale: #6B6B6B. Windows color (decimal): -3065996 or 7616465. OLE color: 7616465.

HSL color Cylindrical-coordinate representation of color #D13774: hue angle of 336.23º 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 #D13774 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 116 -
CMYK 0 0.74 0.44 0.18
HSL 336.23º 0.63% 0.52% -
HSV(B) 336.23º 0.74% 0.82% -
XYZ 30.81 17.55 18.29 -
YUV 108 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 209 55 116 0 0.74 0.44 0.18 336.23 0.63 0.52
Hex D1 37 74 0 4A 2C 12 150 3F 34
Octal 321 67 164 0 112 54 22 520 77 64
Binary 11010001 110111 1110100 0 1001010 101100 10010 101010000 111111 110100

Color Harmonies of #D13774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13774

Black with #D13774

Text Example


Text Example

White with #D13774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13774; }

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

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

background-color css

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

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

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

border-color css

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

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

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