Html Css Color HEX #DD5170 Cranberry

📋 copy color: '#DD5170'

red 221 ◦ green 81 ◦ blue 112

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

Shades of Cranberry #DD5170

Tints of Cranberry #DD5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 53.38%
G = 19.57%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5170 (or 0xDD5170) is known color: Cranberry. HEX triplet: DD, 51 and 70. RGB value is (221,81,112). Sum of RGB (Red+Green+Blue) = 221+81+112=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5170 is #22AE8F. Grayscale: #7E7E7E. Windows color (decimal): -2272912 or 7360989. OLE color: 7360989.

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

Color convert

RGB 221 81 112 -
CMYK 0 0.63 0.49 0.13
HSL 346.71º 0.67% 0.59% -
HSV(B) 346.71º 0.63% 0.87% -
XYZ 35.69 22.43 17.78 -
YUV 126.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 221 81 112 0 0.63 0.49 0.13 346.71 0.67 0.59
Hex DD 51 70 0 3F 31 D 15B 43 3B
Octal 335 121 160 0 77 61 15 533 103 73
Binary 11011101 1010001 1110000 0 111111 110001 1101 101011011 1000011 111011

Color Harmonies of #DD5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5170

Black with #DD5170

Text Example


Text Example

White with #DD5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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