Html Css Color HEX #DD446E Cranberry

📋 copy color: '#DD446E'

red 221 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #DD446E

Tints of Cranberry #DD446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 55.39%
G = 17.04%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD446E (or 0xDD446E) is known color: Cranberry. HEX triplet: DD, 44 and 6E. RGB value is (221,68,110). Sum of RGB (Red+Green+Blue) = 221+68+110=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446E is #22BB91. Grayscale: #767676. Windows color (decimal): -2276242 or 7226589. OLE color: 7226589.

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

Color convert

RGB 221 68 110 -
CMYK 0 0.69 0.50 0.13
HSL 343.53º 0.69% 0.57% -
HSV(B) 343.53º 0.69% 0.87% -
XYZ 34.7 20.63 16.91 -
YUV 118.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 221 68 110 0 0.69 0.50 0.13 343.53 0.69 0.57
Hex DD 44 6E 0 45 32 D 158 45 39
Octal 335 104 156 0 105 62 15 530 105 71
Binary 11011101 1000100 1101110 0 1000101 110010 1101 101011000 1000101 111001

Color Harmonies of #DD446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD446E

Black with #DD446E

Text Example


Text Example

White with #DD446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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