Html Css Color HEX #DD527A Cranberry

📋 copy color: '#DD527A'

red 221 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #DD527A

Tints of Cranberry #DD527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 52%
G = 19.29%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD527A (or 0xDD527A) is known color: Cranberry. HEX triplet: DD, 52 and 7A. RGB value is (221,82,122). Sum of RGB (Red+Green+Blue) = 221+82+122=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527A is #22AD85. Grayscale: #808080. Windows color (decimal): -2272646 or 8016605. OLE color: 8016605.

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

Color convert

RGB 221 82 122 -
CMYK 0 0.63 0.45 0.13
HSL 342.73º 0.67% 0.59% -
HSV(B) 342.73º 0.63% 0.87% -
XYZ 36.35 22.81 20.9 -
YUV 128.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 221 82 122 0 0.63 0.45 0.13 342.73 0.67 0.59
Hex DD 52 7A 0 3F 2D D 157 43 3B
Octal 335 122 172 0 77 55 15 527 103 73
Binary 11011101 1010010 1111010 0 111111 101101 1101 101010111 1000011 111011

Color Harmonies of #DD527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD527A

Black with #DD527A

Text Example


Text Example

White with #DD527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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