Html Css Color HEX #D94281 Deep Cerise

📋 copy color: '#D94281'

red 217 ◦ green 66 ◦ blue 129

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

Shades of Deep Cerise #D94281

Tints of Deep Cerise #D94281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

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

R = 52.67%
G = 16.02%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94281 (or 0xD94281) is known color: Deep Cerise. HEX triplet: D9, 42 and 81. RGB value is (217,66,129). Sum of RGB (Red+Green+Blue) = 217+66+129=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D94281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94281 is #26BD7E. Grayscale: #767676. Windows color (decimal): -2538879 or 8471257. OLE color: 8471257.

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

Color convert

RGB 217 66 129 -
CMYK 0 0.70 0.41 0.15
HSL 334.97º 0.67% 0.55% -
HSV(B) 334.97º 0.7% 0.85% -
XYZ 34.53 20.23 22.85 -
YUV 118.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 217 66 129 0 0.70 0.41 0.15 334.97 0.67 0.55
Hex D9 42 81 0 46 29 F 14F 43 37
Octal 331 102 201 0 106 51 17 517 103 67
Binary 11011001 1000010 10000001 0 1000110 101001 1111 101001111 1000011 110111

Color Harmonies of #D94281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94281

Black with #D94281

Text Example


Text Example

White with #D94281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94281; }

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

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

background-color css

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

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

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

border-color css

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

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

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