Html Css Color HEX #DD446C Cranberry

📋 copy color: '#DD446C'

red 221 ◦ green 68 ◦ blue 108

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

Shades of Cranberry #DD446C

Tints of Cranberry #DD446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 55.67%
G = 17.13%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD446C (or 0xDD446C) is known color: Cranberry. HEX triplet: DD, 44 and 6C. RGB value is (221,68,108). Sum of RGB (Red+Green+Blue) = 221+68+108=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446C is #22BB93. Grayscale: #767676. Windows color (decimal): -2276244 or 7095517. OLE color: 7095517.

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

Color convert

RGB 221 68 108 -
CMYK 0 0.69 0.51 0.13
HSL 344.31º 0.69% 0.57% -
HSV(B) 344.31º 0.69% 0.87% -
XYZ 34.59 20.59 16.34 -
YUV 118.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 221 68 108 0 0.69 0.51 0.13 344.31 0.69 0.57
Hex DD 44 6C 0 45 33 D 158 45 39
Octal 335 104 154 0 105 63 15 530 105 71
Binary 11011101 1000100 1101100 0 1000101 110011 1101 101011000 1000101 111001

Color Harmonies of #DD446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD446C

Black with #DD446C

Text Example


Text Example

White with #DD446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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