Html Css Color HEX #DD448A Deep Cerise

📋 copy color: '#DD448A'

red 221 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #DD448A

Tints of Deep Cerise #DD448A

RGB

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

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

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

R = 51.76%
G = 15.93%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD448A (or 0xDD448A) is known color: Deep Cerise. HEX triplet: DD, 44 and 8A. RGB value is (221,68,138). Sum of RGB (Red+Green+Blue) = 221+68+138=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD448A is #22BB75. Grayscale: #797979. Windows color (decimal): -2276214 or 9061597. OLE color: 9061597.

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

Color convert

RGB 221 68 138 -
CMYK 0 0.69 0.38 0.13
HSL 332.55º 0.69% 0.57% -
HSV(B) 332.55º 0.69% 0.87% -
XYZ 36.47 21.34 26.24 -
YUV 121.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 221 68 138 0 0.69 0.38 0.13 332.55 0.69 0.57
Hex DD 44 8A 0 45 26 D 14D 45 39
Octal 335 104 212 0 105 46 15 515 105 71
Binary 11011101 1000100 10001010 0 1000101 100110 1101 101001101 1000101 111001

Color Harmonies of #DD448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD448A

Black with #DD448A

Text Example


Text Example

White with #DD448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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