Html Css Color HEX #D9448C Deep Cerise

📋 copy color: '#D9448C'

red 217 ◦ green 68 ◦ blue 140

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

Shades of Deep Cerise #D9448C

Tints of Deep Cerise #D9448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 51.06%
G = 16%
B = 32.94%

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

#D9448C (or 0xD9448C) is known color: Deep Cerise. HEX triplet: D9, 44 and 8C. RGB value is (217,68,140). Sum of RGB (Red+Green+Blue) = 217+68+140=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9448C is #26BB73. Grayscale: #787878. Windows color (decimal): -2538356 or 9192665. OLE color: 9192665.

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

Color convert

RGB 217 68 140 -
CMYK 0 0.69 0.35 0.15
HSL 331.01º 0.66% 0.56% -
HSV(B) 331.01º 0.69% 0.85% -
XYZ 35.42 20.78 26.96 -
YUV 120.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 217 68 140 0 0.69 0.35 0.15 331.01 0.66 0.56
Hex D9 44 8C 0 45 23 F 14B 42 38
Octal 331 104 214 0 105 43 17 513 102 70
Binary 11011001 1000100 10001100 0 1000101 100011 1111 101001011 1000010 111000

Color Harmonies of #D9448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9448C

Black with #D9448C

Text Example


Text Example

White with #D9448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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