Html Css Color HEX #DD5276 Cranberry

📋 copy color: '#DD5276'

red 221 ◦ green 82 ◦ blue 118

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

Shades of Cranberry #DD5276

Tints of Cranberry #DD5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 52.49%
G = 19.48%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD5276 (or 0xDD5276) is known color: Cranberry. HEX triplet: DD, 52 and 76. RGB value is (221,82,118). Sum of RGB (Red+Green+Blue) = 221+82+118=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5276 is #22AD89. Grayscale: #7F7F7F. Windows color (decimal): -2272650 or 7754461. OLE color: 7754461.

HSL color Cylindrical-coordinate representation of color #DD5276: hue angle of 344.46º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5276 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 118 -
CMYK 0 0.63 0.47 0.13
HSL 344.46º 0.67% 0.59% -
HSV(B) 344.46º 0.63% 0.87% -
XYZ 36.11 22.71 19.62 -
YUV 127.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 221 82 118 0 0.63 0.47 0.13 344.46 0.67 0.59
Hex DD 52 76 0 3F 2F D 158 43 3B
Octal 335 122 166 0 77 57 15 530 103 73
Binary 11011101 1010010 1110110 0 111111 101111 1101 101011000 1000011 111011

Color Harmonies of #DD5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5276

Black with #DD5276

Text Example


Text Example

White with #DD5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5276; }

 p { color: rgb(221,82,118); }

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

background-color css

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

 a { background-color: rgb(221,82,118); }

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

border-color css

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

 span { border-color: rgb(221,82,118); }

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