Html Css Color HEX #DD517B Cranberry

📋 copy color: '#DD517B'

red 221 ◦ green 81 ◦ blue 123

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

Shades of Cranberry #DD517B

Tints of Cranberry #DD517B

RGB

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

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

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

R = 52%
G = 19.06%
B = 28.94%

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

#DD517B (or 0xDD517B) is known color: Cranberry. HEX triplet: DD, 51 and 7B. RGB value is (221,81,123). Sum of RGB (Red+Green+Blue) = 221+81+123=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD517B is #22AE84. Grayscale: #7F7F7F. Windows color (decimal): -2272901 or 8081885. OLE color: 8081885.

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

Color convert

RGB 221 81 123 -
CMYK 0 0.63 0.44 0.13
HSL 342º 0.67% 0.59% -
HSV(B) 342º 0.63% 0.87% -
XYZ 36.34 22.69 21.2 -
YUV 127.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 221 81 123 0 0.63 0.44 0.13 342 0.67 0.59
Hex DD 51 7B 0 3F 2C D 156 43 3B
Octal 335 121 173 0 77 54 15 526 103 73
Binary 11011101 1010001 1111011 0 111111 101100 1101 101010110 1000011 111011

Color Harmonies of #DD517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD517B

Black with #DD517B

Text Example


Text Example

White with #DD517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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