Html Css Color HEX #DD527F Cranberry

📋 copy color: '#DD527F'

red 221 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #DD527F

Tints of Cranberry #DD527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 51.4%
G = 19.07%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD527F (or 0xDD527F) is known color: Cranberry. HEX triplet: DD, 52 and 7F. RGB value is (221,82,127). Sum of RGB (Red+Green+Blue) = 221+82+127=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527F is #22AD80. Grayscale: #808080. Windows color (decimal): -2272641 or 8344285. OLE color: 8344285.

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

Color convert

RGB 221 82 127 -
CMYK 0 0.63 0.43 0.13
HSL 340.58º 0.67% 0.59% -
HSV(B) 340.58º 0.63% 0.87% -
XYZ 36.67 22.94 22.57 -
YUV 128.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 221 82 127 0 0.63 0.43 0.13 340.58 0.67 0.59
Hex DD 52 7F 0 3F 2B D 155 43 3B
Octal 335 122 177 0 77 53 15 525 103 73
Binary 11011101 1010010 1111111 0 111111 101011 1101 101010101 1000011 111011

Color Harmonies of #DD527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD527F

Black with #DD527F

Text Example


Text Example

White with #DD527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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