Html Css Color HEX #D94080 Deep Cerise

📋 copy color: '#D94080'

red 217 ◦ green 64 ◦ blue 128

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

Shades of Deep Cerise #D94080

Tints of Deep Cerise #D94080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 53.06%
G = 15.65%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94080 (or 0xD94080) is known color: Deep Cerise. HEX triplet: D9, 40 and 80. RGB value is (217,64,128). Sum of RGB (Red+Green+Blue) = 217+64+128=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D94080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94080 is #26BF7F. Grayscale: #747474. Windows color (decimal): -2539392 or 8405209. OLE color: 8405209.

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

Color convert

RGB 217 64 128 -
CMYK 0 0.71 0.41 0.15
HSL 334.9º 0.67% 0.55% -
HSV(B) 334.9º 0.71% 0.85% -
XYZ 34.34 19.98 22.47 -
YUV 117.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 217 64 128 0 0.71 0.41 0.15 334.9 0.67 0.55
Hex D9 40 80 0 47 29 F 14F 43 37
Octal 331 100 200 0 107 51 17 517 103 67
Binary 11011001 1000000 10000000 0 1000111 101001 1111 101001111 1000011 110111

Color Harmonies of #D94080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94080

Black with #D94080

Text Example


Text Example

White with #D94080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94080; }

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

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

background-color css

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

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

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

border-color css

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

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

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