Html Css Color HEX #D13874 Deep Cerise

📋 copy color: '#D13874'

red 209 ◦ green 56 ◦ blue 116

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

Shades of Deep Cerise #D13874

Tints of Deep Cerise #D13874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 54.86%
G = 14.7%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13874 (or 0xD13874) is known color: Deep Cerise. HEX triplet: D1, 38 and 74. RGB value is (209,56,116). Sum of RGB (Red+Green+Blue) = 209+56+116=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13874 is #2EC78B. Grayscale: #6C6C6C. Windows color (decimal): -3065740 or 7616721. OLE color: 7616721.

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

Color convert

RGB 209 56 116 -
CMYK 0 0.73 0.44 0.18
HSL 336.47º 0.62% 0.52% -
HSV(B) 336.47º 0.73% 0.82% -
XYZ 30.86 17.64 18.3 -
YUV 108.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 209 56 116 0 0.73 0.44 0.18 336.47 0.62 0.52
Hex D1 38 74 0 49 2C 12 150 3E 34
Octal 321 70 164 0 111 54 22 520 76 64
Binary 11010001 111000 1110100 0 1001001 101100 10010 101010000 111110 110100

Color Harmonies of #D13874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13874

Black with #D13874

Text Example


Text Example

White with #D13874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13874; }

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

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

background-color css

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

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

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

border-color css

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

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

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