Html Css Color HEX #DD527B Cranberry

📋 copy color: '#DD527B'

red 221 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #DD527B

Tints of Cranberry #DD527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 51.88%
G = 19.25%
B = 28.87%

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

#DD527B (or 0xDD527B) is known color: Cranberry. HEX triplet: DD, 52 and 7B. RGB value is (221,82,123). Sum of RGB (Red+Green+Blue) = 221+82+123=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527B is #22AD84. Grayscale: #808080. Windows color (decimal): -2272645 or 8082141. OLE color: 8082141.

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

Color convert

RGB 221 82 123 -
CMYK 0 0.63 0.44 0.13
HSL 342.3º 0.67% 0.59% -
HSV(B) 342.3º 0.63% 0.87% -
XYZ 36.41 22.84 21.23 -
YUV 128.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 221 82 123 0 0.63 0.44 0.13 342.3 0.67 0.59
Hex DD 52 7B 0 3F 2C D 156 43 3B
Octal 335 122 173 0 77 54 15 526 103 73
Binary 11011101 1010010 1111011 0 111111 101100 1101 101010110 1000011 111011

Color Harmonies of #DD527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD527B

Black with #DD527B

Text Example


Text Example

White with #DD527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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