Html Css Color HEX #DD517A Cranberry

📋 copy color: '#DD517A'

red 221 ◦ green 81 ◦ blue 122

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

Shades of Cranberry #DD517A

Tints of Cranberry #DD517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.1%

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

R = 52.12%
G = 19.1%
B = 28.77%

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

#DD517A (or 0xDD517A) is known color: Cranberry. HEX triplet: DD, 51 and 7A. RGB value is (221,81,122). Sum of RGB (Red+Green+Blue) = 221+81+122=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD517A is #22AE85. Grayscale: #7F7F7F. Windows color (decimal): -2272902 or 8016349. OLE color: 8016349.

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

Color convert

RGB 221 81 122 -
CMYK 0 0.63 0.45 0.13
HSL 342.43º 0.67% 0.59% -
HSV(B) 342.43º 0.63% 0.87% -
XYZ 36.27 22.66 20.87 -
YUV 127.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 221 81 122 0 0.63 0.45 0.13 342.43 0.67 0.59
Hex DD 51 7A 0 3F 2D D 156 43 3B
Octal 335 121 172 0 77 55 15 526 103 73
Binary 11011101 1010001 1111010 0 111111 101101 1101 101010110 1000011 111011

Color Harmonies of #DD517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD517A

Black with #DD517A

Text Example


Text Example

White with #DD517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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