Html Css Color HEX #DD447E Cranberry

📋 copy color: '#DD447E'

red 221 ◦ green 68 ◦ blue 126

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

Shades of Cranberry #DD447E

Tints of Cranberry #DD447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 53.25%
G = 16.39%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD447E (or 0xDD447E) is known color: Cranberry. HEX triplet: DD, 44 and 7E. RGB value is (221,68,126). Sum of RGB (Red+Green+Blue) = 221+68+126=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447E is #22BB81. Grayscale: #787878. Windows color (decimal): -2276226 or 8275165. OLE color: 8275165.

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

Color convert

RGB 221 68 126 -
CMYK 0 0.69 0.43 0.13
HSL 337.25º 0.69% 0.57% -
HSV(B) 337.25º 0.69% 0.87% -
XYZ 35.65 21.01 21.92 -
YUV 120.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 221 68 126 0 0.69 0.43 0.13 337.25 0.69 0.57
Hex DD 44 7E 0 45 2B D 151 45 39
Octal 335 104 176 0 105 53 15 521 105 71
Binary 11011101 1000100 1111110 0 1000101 101011 1101 101010001 1000101 111001

Color Harmonies of #DD447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD447E

Black with #DD447E

Text Example


Text Example

White with #DD447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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