Html Css Color HEX #DD448D Deep Cerise

📋 copy color: '#DD448D'

red 221 ◦ green 68 ◦ blue 141

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

Shades of Deep Cerise #DD448D

Tints of Deep Cerise #DD448D

RGB

 RED value IS 221 (86.72% from 255) = 51.4%

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

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

R = 51.4%
G = 15.81%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD448D (or 0xDD448D) is known color: Deep Cerise. HEX triplet: DD, 44 and 8D. RGB value is (221,68,141). Sum of RGB (Red+Green+Blue) = 221+68+141=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD448D is #22BB72. Grayscale: #797979. Windows color (decimal): -2276211 or 9258205. OLE color: 9258205.

HSL color Cylindrical-coordinate representation of color #DD448D: hue angle of 331.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD448D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 141 -
CMYK 0 0.69 0.36 0.13
HSL 331.37º 0.69% 0.57% -
HSV(B) 331.37º 0.69% 0.87% -
XYZ 36.69 21.43 27.4 -
YUV 122.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 221 68 141 0 0.69 0.36 0.13 331.37 0.69 0.57
Hex DD 44 8D 0 45 24 D 14B 45 39
Octal 335 104 215 0 105 44 15 513 105 71
Binary 11011101 1000100 10001101 0 1000101 100100 1101 101001011 1000101 111001

Color Harmonies of #DD448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD448D

Black with #DD448D

Text Example


Text Example

White with #DD448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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