Html Css Color HEX #D94098 Deep Cerise

📋 copy color: '#D94098'

red 217 ◦ green 64 ◦ blue 152

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

Shades of Deep Cerise #D94098

Tints of Deep Cerise #D94098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 50.12%
G = 14.78%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94098 (or 0xD94098) is known color: Deep Cerise. HEX triplet: D9, 40 and 98. RGB value is (217,64,152). Sum of RGB (Red+Green+Blue) = 217+64+152=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94098 is #26BF67. Grayscale: #777777. Windows color (decimal): -2539368 or 9978073. OLE color: 9978073.

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

Color convert

RGB 217 64 152 -
CMYK 0 0.71 0.30 0.15
HSL 325.49º 0.67% 0.55% -
HSV(B) 325.49º 0.71% 0.85% -
XYZ 36.12 20.69 31.79 -
YUV 119.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 217 64 152 0 0.71 0.30 0.15 325.49 0.67 0.55
Hex D9 40 98 0 47 1E F 145 43 37
Octal 331 100 230 0 107 36 17 505 103 67
Binary 11011001 1000000 10011000 0 1000111 11110 1111 101000101 1000011 110111

Color Harmonies of #D94098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94098

Black with #D94098

Text Example


Text Example

White with #D94098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94098; }

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

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

background-color css

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

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

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

border-color css

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

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

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