Html Css Color HEX #D8448A Deep Cerise

📋 copy color: '#D8448A'

red 216 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #D8448A

Tints of Deep Cerise #D8448A

RGB

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

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

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

R = 51.18%
G = 16.11%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8448A (or 0xD8448A) is known color: Deep Cerise. HEX triplet: D8, 44 and 8A. RGB value is (216,68,138). Sum of RGB (Red+Green+Blue) = 216+68+138=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8448A is #27BB75. Grayscale: #787878. Windows color (decimal): -2603894 or 9061592. OLE color: 9061592.

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

Color convert

RGB 216 68 138 -
CMYK 0 0.69 0.36 0.15
HSL 331.62º 0.65% 0.56% -
HSV(B) 331.62º 0.69% 0.85% -
XYZ 34.97 20.57 26.17 -
YUV 120.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 216 68 138 0 0.69 0.36 0.15 331.62 0.65 0.56
Hex D8 44 8A 0 45 24 F 14C 41 38
Octal 330 104 212 0 105 44 17 514 101 70
Binary 11011000 1000100 10001010 0 1000101 100100 1111 101001100 1000001 111000

Color Harmonies of #D8448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8448A

Black with #D8448A

Text Example


Text Example

White with #D8448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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