Html Css Color HEX #D94084 Deep Cerise

📋 copy color: '#D94084'

red 217 ◦ green 64 ◦ blue 132

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

Shades of Deep Cerise #D94084

Tints of Deep Cerise #D94084

RGB

 RED value IS 217 (85.16% from 255) = 52.54%

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

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

R = 52.54%
G = 15.5%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D94084 (or 0xD94084) is known color: Deep Cerise. HEX triplet: D9, 40 and 84. RGB value is (217,64,132). Sum of RGB (Red+Green+Blue) = 217+64+132=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D94084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94084 is #26BF7B. Grayscale: #757575. Windows color (decimal): -2539388 or 8667353. OLE color: 8667353.

HSL color Cylindrical-coordinate representation of color #D94084: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94084 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 132 -
CMYK 0 0.71 0.39 0.15
HSL 333.33º 0.67% 0.55% -
HSV(B) 333.33º 0.71% 0.85% -
XYZ 34.61 20.08 23.88 -
YUV 117.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 217 64 132 0 0.71 0.39 0.15 333.33 0.67 0.55
Hex D9 40 84 0 47 27 F 14D 43 37
Octal 331 100 204 0 107 47 17 515 103 67
Binary 11011001 1000000 10000100 0 1000111 100111 1111 101001101 1000011 110111

Color Harmonies of #D94084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94084

Black with #D94084

Text Example


Text Example

White with #D94084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94084; }

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

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

background-color css

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

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

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

border-color css

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

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

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