Html Css Color HEX #D9448E Deep Cerise

📋 copy color: '#D9448E'

red 217 ◦ green 68 ◦ blue 142

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

Shades of Deep Cerise #D9448E

Tints of Deep Cerise #D9448E

RGB

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

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

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

R = 50.82%
G = 15.93%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9448E (or 0xD9448E) is known color: Deep Cerise. HEX triplet: D9, 44 and 8E. RGB value is (217,68,142). Sum of RGB (Red+Green+Blue) = 217+68+142=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9448E is #26BB71. Grayscale: #787878. Windows color (decimal): -2538354 or 9323737. OLE color: 9323737.

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

Color convert

RGB 217 68 142 -
CMYK 0 0.69 0.35 0.15
HSL 330.2º 0.66% 0.56% -
HSV(B) 330.2º 0.69% 0.85% -
XYZ 35.56 20.84 27.74 -
YUV 120.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 217 68 142 0 0.69 0.35 0.15 330.2 0.66 0.56
Hex D9 44 8E 0 45 23 F 14A 42 38
Octal 331 104 216 0 105 43 17 512 102 70
Binary 11011001 1000100 10001110 0 1000101 100011 1111 101001010 1000010 111000

Color Harmonies of #D9448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9448E

Black with #D9448E

Text Example


Text Example

White with #D9448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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