Html Css Color HEX #D14084 Deep Cerise

📋 copy color: '#D14084'

red 209 ◦ green 64 ◦ blue 132

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

Shades of Deep Cerise #D14084

Tints of Deep Cerise #D14084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 51.6%
G = 15.8%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14084 (or 0xD14084) is known color: Deep Cerise. HEX triplet: D1, 40 and 84. RGB value is (209,64,132). Sum of RGB (Red+Green+Blue) = 209+64+132=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D14084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14084 is #2EBF7B. Grayscale: #727272. Windows color (decimal): -3063676 or 8667345. OLE color: 8667345.

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

Color convert

RGB 209 64 132 -
CMYK 0 0.69 0.37 0.18
HSL 331.86º 0.61% 0.54% -
HSV(B) 331.86º 0.69% 0.82% -
XYZ 32.29 18.89 23.77 -
YUV 115.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 209 64 132 0 0.69 0.37 0.18 331.86 0.61 0.54
Hex D1 40 84 0 45 25 12 14C 3D 36
Octal 321 100 204 0 105 45 22 514 75 66
Binary 11010001 1000000 10000100 0 1000101 100101 10010 101001100 111101 110110

Color Harmonies of #D14084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14084

Black with #D14084

Text Example


Text Example

White with #D14084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14084; }

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

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

background-color css

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

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

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

border-color css

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

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

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