Html Css Color HEX #D94088 Deep Cerise

📋 copy color: '#D94088'

red 217 ◦ green 64 ◦ blue 136

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

Shades of Deep Cerise #D94088

Tints of Deep Cerise #D94088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 52.04%
G = 15.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94088 (or 0xD94088) is known color: Deep Cerise. HEX triplet: D9, 40 and 88. RGB value is (217,64,136). Sum of RGB (Red+Green+Blue) = 217+64+136=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94088 is #26BF77. Grayscale: #757575. Windows color (decimal): -2539384 or 8929497. OLE color: 8929497.

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

Color convert

RGB 217 64 136 -
CMYK 0 0.71 0.37 0.15
HSL 331.76º 0.67% 0.55% -
HSV(B) 331.76º 0.71% 0.85% -
XYZ 34.89 20.2 25.35 -
YUV 117.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 217 64 136 0 0.71 0.37 0.15 331.76 0.67 0.55
Hex D9 40 88 0 47 25 F 14C 43 37
Octal 331 100 210 0 107 45 17 514 103 67
Binary 11011001 1000000 10001000 0 1000111 100101 1111 101001100 1000011 110111

Color Harmonies of #D94088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94088

Black with #D94088

Text Example


Text Example

White with #D94088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94088; }

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

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

background-color css

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

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

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

border-color css

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

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

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