Html Css Color HEX #D94081 Deep Cerise

📋 copy color: '#D94081'

red 217 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #D94081

Tints of Deep Cerise #D94081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 52.93%
G = 15.61%
B = 31.46%

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

#D94081 (or 0xD94081) is known color: Deep Cerise. HEX triplet: D9, 40 and 81. RGB value is (217,64,129). Sum of RGB (Red+Green+Blue) = 217+64+129=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D94081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94081 is #26BF7E. Grayscale: #757575. Windows color (decimal): -2539391 or 8470745. OLE color: 8470745.

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

Color convert

RGB 217 64 129 -
CMYK 0 0.71 0.41 0.15
HSL 334.51º 0.67% 0.55% -
HSV(B) 334.51º 0.71% 0.85% -
XYZ 34.41 20 22.82 -
YUV 117.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 217 64 129 0 0.71 0.41 0.15 334.51 0.67 0.55
Hex D9 40 81 0 47 29 F 14F 43 37
Octal 331 100 201 0 107 51 17 517 103 67
Binary 11011001 1000000 10000001 0 1000111 101001 1111 101001111 1000011 110111

Color Harmonies of #D94081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94081

Black with #D94081

Text Example


Text Example

White with #D94081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94081; }

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

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

background-color css

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

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

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

border-color css

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

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

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