Html Css Color HEX #D9458E Deep Cerise

📋 copy color: '#D9458E'

red 217 ◦ green 69 ◦ blue 142

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

Shades of Deep Cerise #D9458E

Tints of Deep Cerise #D9458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

 BLUE value IS 142 (55.86% from 255) = 33.18%

R = 50.7%
G = 16.12%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9458E (or 0xD9458E) is known color: Deep Cerise. HEX triplet: D9, 45 and 8E. RGB value is (217,69,142). Sum of RGB (Red+Green+Blue) = 217+69+142=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9458E is #26BA71. Grayscale: #797979. Windows color (decimal): -2538098 or 9323993. OLE color: 9323993.

HSL color Cylindrical-coordinate representation of color #D9458E: hue angle of 330.41º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9458E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 142 -
CMYK 0 0.68 0.35 0.15
HSL 330.41º 0.66% 0.56% -
HSV(B) 330.41º 0.68% 0.85% -
XYZ 35.63 20.96 27.76 -
YUV 121.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 217 69 142 0 0.68 0.35 0.15 330.41 0.66 0.56
Hex D9 45 8E 0 44 23 F 14A 42 38
Octal 331 105 216 0 104 43 17 512 102 70
Binary 11011001 1000101 10001110 0 1000100 100011 1111 101001010 1000010 111000

Color Harmonies of #D9458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9458E

Black with #D9458E

Text Example


Text Example

White with #D9458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9458E; }

 p { color: rgb(217,69,142); }

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

background-color css

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

 a { background-color: rgb(217,69,142); }

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

border-color css

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

 span { border-color: rgb(217,69,142); }

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