Html Css Color HEX #DD517D Cranberry

📋 copy color: '#DD517D'

red 221 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #DD517D

Tints of Cranberry #DD517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 51.76%
G = 18.97%
B = 29.27%

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

#DD517D (or 0xDD517D) is known color: Cranberry. HEX triplet: DD, 51 and 7D. RGB value is (221,81,125). Sum of RGB (Red+Green+Blue) = 221+81+125=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD517D is #22AE82. Grayscale: #7F7F7F. Windows color (decimal): -2272899 or 8212957. OLE color: 8212957.

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

Color convert

RGB 221 81 125 -
CMYK 0 0.63 0.43 0.13
HSL 341.14º 0.67% 0.59% -
HSV(B) 341.14º 0.63% 0.87% -
XYZ 36.46 22.74 21.87 -
YUV 127.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 221 81 125 0 0.63 0.43 0.13 341.14 0.67 0.59
Hex DD 51 7D 0 3F 2B D 155 43 3B
Octal 335 121 175 0 77 53 15 525 103 73
Binary 11011101 1010001 1111101 0 111111 101011 1101 101010101 1000011 111011

Color Harmonies of #DD517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD517D

Black with #DD517D

Text Example


Text Example

White with #DD517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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