Html Css Color HEX #DD446A Cranberry

📋 copy color: '#DD446A'

red 221 ◦ green 68 ◦ blue 106

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

Shades of Cranberry #DD446A

Tints of Cranberry #DD446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 55.95%
G = 17.22%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD446A (or 0xDD446A) is known color: Cranberry. HEX triplet: DD, 44 and 6A. RGB value is (221,68,106). Sum of RGB (Red+Green+Blue) = 221+68+106=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446A is #22BB95. Grayscale: #767676. Windows color (decimal): -2276246 or 6964445. OLE color: 6964445.

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

Color convert

RGB 221 68 106 -
CMYK 0 0.69 0.52 0.13
HSL 345.1º 0.69% 0.57% -
HSV(B) 345.1º 0.69% 0.87% -
XYZ 34.49 20.55 15.78 -
YUV 118.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 221 68 106 0 0.69 0.52 0.13 345.1 0.69 0.57
Hex DD 44 6A 0 45 34 D 159 45 39
Octal 335 104 152 0 105 64 15 531 105 71
Binary 11011101 1000100 1101010 0 1000101 110100 1101 101011001 1000101 111001

Color Harmonies of #DD446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD446A

Black with #DD446A

Text Example


Text Example

White with #DD446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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