Html Css Color HEX #D9448A Deep Cerise

📋 copy color: '#D9448A'

red 217 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #D9448A

Tints of Deep Cerise #D9448A

RGB

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

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

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

R = 51.3%
G = 16.08%
B = 32.62%

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

#D9448A (or 0xD9448A) is known color: Deep Cerise. HEX triplet: D9, 44 and 8A. RGB value is (217,68,138). Sum of RGB (Red+Green+Blue) = 217+68+138=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9448A is #26BB75. Grayscale: #787878. Windows color (decimal): -2538358 or 9061593. OLE color: 9061593.

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

Color convert

RGB 217 68 138 -
CMYK 0 0.69 0.36 0.15
HSL 331.81º 0.66% 0.56% -
HSV(B) 331.81º 0.69% 0.85% -
XYZ 35.27 20.72 26.19 -
YUV 120.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 217 68 138 0 0.69 0.36 0.15 331.81 0.66 0.56
Hex D9 44 8A 0 45 24 F 14C 42 38
Octal 331 104 212 0 105 44 17 514 102 70
Binary 11011001 1000100 10001010 0 1000101 100100 1111 101001100 1000010 111000

Color Harmonies of #D9448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9448A

Black with #D9448A

Text Example


Text Example

White with #D9448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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