Html Css Color HEX #DD527C Cranberry

📋 copy color: '#DD527C'

red 221 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #DD527C

Tints of Cranberry #DD527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 51.76%
G = 19.2%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD527C (or 0xDD527C) is known color: Cranberry. HEX triplet: DD, 52 and 7C. RGB value is (221,82,124). Sum of RGB (Red+Green+Blue) = 221+82+124=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527C is #22AD83. Grayscale: #808080. Windows color (decimal): -2272644 or 8147677. OLE color: 8147677.

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

Color convert

RGB 221 82 124 -
CMYK 0 0.63 0.44 0.13
HSL 341.87º 0.67% 0.59% -
HSV(B) 341.87º 0.63% 0.87% -
XYZ 36.47 22.86 21.56 -
YUV 128.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 221 82 124 0 0.63 0.44 0.13 341.87 0.67 0.59
Hex DD 52 7C 0 3F 2C D 156 43 3B
Octal 335 122 174 0 77 54 15 526 103 73
Binary 11011101 1010010 1111100 0 111111 101100 1101 101010110 1000011 111011

Color Harmonies of #DD527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD527C

Black with #DD527C

Text Example


Text Example

White with #DD527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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