Html Css Color HEX #D9458A Deep Cerise

📋 copy color: '#D9458A'

red 217 ◦ green 69 ◦ blue 138

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

Shades of Deep Cerise #D9458A

Tints of Deep Cerise #D9458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 51.18%
G = 16.27%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9458A (or 0xD9458A) is known color: Deep Cerise. HEX triplet: D9, 45 and 8A. RGB value is (217,69,138). Sum of RGB (Red+Green+Blue) = 217+69+138=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9458A is #26BA75. Grayscale: #787878. Windows color (decimal): -2538102 or 9061849. OLE color: 9061849.

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

Color convert

RGB 217 69 138 -
CMYK 0 0.68 0.36 0.15
HSL 332.03º 0.66% 0.56% -
HSV(B) 332.03º 0.68% 0.85% -
XYZ 35.33 20.84 26.21 -
YUV 121.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 217 69 138 0 0.68 0.36 0.15 332.03 0.66 0.56
Hex D9 45 8A 0 44 24 F 14C 42 38
Octal 331 105 212 0 104 44 17 514 102 70
Binary 11011001 1000101 10001010 0 1000100 100100 1111 101001100 1000010 111000

Color Harmonies of #D9458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9458A

Black with #D9458A

Text Example


Text Example

White with #D9458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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