Html Css Color HEX #D9448D Deep Cerise

📋 copy color: '#D9448D'

red 217 ◦ green 68 ◦ blue 141

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

Shades of Deep Cerise #D9448D

Tints of Deep Cerise #D9448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 50.94%
G = 15.96%
B = 33.1%

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

#D9448D (or 0xD9448D) is known color: Deep Cerise. HEX triplet: D9, 44 and 8D. RGB value is (217,68,141). Sum of RGB (Red+Green+Blue) = 217+68+141=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9448D is #26BB72. Grayscale: #787878. Windows color (decimal): -2538355 or 9258201. OLE color: 9258201.

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

Color convert

RGB 217 68 141 -
CMYK 0 0.69 0.35 0.15
HSL 330.6º 0.66% 0.56% -
HSV(B) 330.6º 0.69% 0.85% -
XYZ 35.49 20.81 27.35 -
YUV 120.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 217 68 141 0 0.69 0.35 0.15 330.6 0.66 0.56
Hex D9 44 8D 0 45 23 F 14B 42 38
Octal 331 104 215 0 105 43 17 513 102 70
Binary 11011001 1000100 10001101 0 1000101 100011 1111 101001011 1000010 111000

Color Harmonies of #D9448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9448D

Black with #D9448D

Text Example


Text Example

White with #D9448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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