Html Css Color HEX #DD517E Cranberry

📋 copy color: '#DD517E'

red 221 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #DD517E

Tints of Cranberry #DD517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 51.64%
G = 18.93%
B = 29.44%

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

#DD517E (or 0xDD517E) is known color: Cranberry. HEX triplet: DD, 51 and 7E. RGB value is (221,81,126). Sum of RGB (Red+Green+Blue) = 221+81+126=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD517E is #22AE81. Grayscale: #7F7F7F. Windows color (decimal): -2272898 or 8278493. OLE color: 8278493.

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

Color convert

RGB 221 81 126 -
CMYK 0 0.63 0.43 0.13
HSL 340.71º 0.67% 0.59% -
HSV(B) 340.71º 0.63% 0.87% -
XYZ 36.53 22.76 22.21 -
YUV 127.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 221 81 126 0 0.63 0.43 0.13 340.71 0.67 0.59
Hex DD 51 7E 0 3F 2B D 155 43 3B
Octal 335 121 176 0 77 53 15 525 103 73
Binary 11011101 1010001 1111110 0 111111 101011 1101 101010101 1000011 111011

Color Harmonies of #DD517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD517E

Black with #DD517E

Text Example


Text Example

White with #DD517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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