Html Css Color HEX #D8448E Deep Cerise

📋 copy color: '#D8448E'

red 216 ◦ green 68 ◦ blue 142

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

Shades of Deep Cerise #D8448E

Tints of Deep Cerise #D8448E

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

 GREEN value IS 68 (26.95% from 255) = 15.96%

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

R = 50.7%
G = 15.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8448E (or 0xD8448E) is known color: Deep Cerise. HEX triplet: D8, 44 and 8E. RGB value is (216,68,142). Sum of RGB (Red+Green+Blue) = 216+68+142=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8448E is #27BB71. Grayscale: #787878. Windows color (decimal): -2603890 or 9323736. OLE color: 9323736.

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

Color convert

RGB 216 68 142 -
CMYK 0 0.69 0.34 0.15
HSL 330º 0.65% 0.56% -
HSV(B) 330º 0.69% 0.85% -
XYZ 35.27 20.69 27.73 -
YUV 120.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 216 68 142 0 0.69 0.34 0.15 330 0.65 0.56
Hex D8 44 8E 0 45 22 F 14A 41 38
Octal 330 104 216 0 105 42 17 512 101 70
Binary 11011000 1000100 10001110 0 1000101 100010 1111 101001010 1000001 111000

Color Harmonies of #D8448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8448E

Black with #D8448E

Text Example


Text Example

White with #D8448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8448E; }

 p { color: rgb(216,68,142); }

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

background-color css

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

 a { background-color: rgb(216,68,142); }

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

border-color css

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

 span { border-color: rgb(216,68,142); }

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