Html Css Color HEX #D14087 Deep Cerise

📋 copy color: '#D14087'

red 209 ◦ green 64 ◦ blue 135

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

Shades of Deep Cerise #D14087

Tints of Deep Cerise #D14087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 51.23%
G = 15.69%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14087 (or 0xD14087) is known color: Deep Cerise. HEX triplet: D1, 40 and 87. RGB value is (209,64,135). Sum of RGB (Red+Green+Blue) = 209+64+135=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D14087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14087 is #2EBF78. Grayscale: #737373. Windows color (decimal): -3063673 or 8863953. OLE color: 8863953.

HSL color Cylindrical-coordinate representation of color #D14087: hue angle of 330.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14087 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 135 -
CMYK 0 0.69 0.35 0.18
HSL 330.62º 0.61% 0.54% -
HSV(B) 330.62º 0.69% 0.82% -
XYZ 32.5 18.97 24.87 -
YUV 115.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 209 64 135 0 0.69 0.35 0.18 330.62 0.61 0.54
Hex D1 40 87 0 45 23 12 14B 3D 36
Octal 321 100 207 0 105 43 22 513 75 66
Binary 11010001 1000000 10000111 0 1000101 100011 10010 101001011 111101 110110

Color Harmonies of #D14087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14087

Black with #D14087

Text Example


Text Example

White with #D14087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14087; }

 p { color: rgb(209,64,135); }

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

background-color css

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

 a { background-color: rgb(209,64,135); }

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

border-color css

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

 span { border-color: rgb(209,64,135); }

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