Html Css Color HEX #DD5273 Cranberry

📋 copy color: '#DD5273'

red 221 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #DD5273

Tints of Cranberry #DD5273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 52.87%
G = 19.62%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5273 (or 0xDD5273) is known color: Cranberry. HEX triplet: DD, 52 and 73. RGB value is (221,82,115). Sum of RGB (Red+Green+Blue) = 221+82+115=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5273 is #22AD8C. Grayscale: #7F7F7F. Windows color (decimal): -2272653 or 7557853. OLE color: 7557853.

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

Color convert

RGB 221 82 115 -
CMYK 0 0.63 0.48 0.13
HSL 345.76º 0.67% 0.59% -
HSV(B) 345.76º 0.63% 0.87% -
XYZ 35.93 22.64 18.7 -
YUV 127.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 221 82 115 0 0.63 0.48 0.13 345.76 0.67 0.59
Hex DD 52 73 0 3F 30 D 15A 43 3B
Octal 335 122 163 0 77 60 15 532 103 73
Binary 11011101 1010010 1110011 0 111111 110000 1101 101011010 1000011 111011

Color Harmonies of #DD5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5273

Black with #DD5273

Text Example


Text Example

White with #DD5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5273; }

 p { color: rgb(221,82,115); }

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

background-color css

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

 a { background-color: rgb(221,82,115); }

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

border-color css

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

 span { border-color: rgb(221,82,115); }

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