Html Css Color HEX #DD447C Cranberry

📋 copy color: '#DD447C'

red 221 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #DD447C

Tints of Cranberry #DD447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 53.51%
G = 16.46%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD447C (or 0xDD447C) is known color: Cranberry. HEX triplet: DD, 44 and 7C. RGB value is (221,68,124). Sum of RGB (Red+Green+Blue) = 221+68+124=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447C is #22BB83. Grayscale: #787878. Windows color (decimal): -2276228 or 8144093. OLE color: 8144093.

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

Color convert

RGB 221 68 124 -
CMYK 0 0.69 0.44 0.13
HSL 338.04º 0.69% 0.57% -
HSV(B) 338.04º 0.69% 0.87% -
XYZ 35.52 20.96 21.24 -
YUV 120.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 221 68 124 0 0.69 0.44 0.13 338.04 0.69 0.57
Hex DD 44 7C 0 45 2C D 152 45 39
Octal 335 104 174 0 105 54 15 522 105 71
Binary 11011101 1000100 1111100 0 1000101 101100 1101 101010010 1000101 111001

Color Harmonies of #DD447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD447C

Black with #DD447C

Text Example


Text Example

White with #DD447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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