Html Css Color HEX #DD5283 Cranberry

📋 copy color: '#DD5283'

red 221 ◦ green 82 ◦ blue 131

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

Shades of Cranberry #DD5283

Tints of Cranberry #DD5283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 50.92%
G = 18.89%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5283 (or 0xDD5283) is known color: Cranberry. HEX triplet: DD, 52 and 83. RGB value is (221,82,131). Sum of RGB (Red+Green+Blue) = 221+82+131=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5283 is #22AD7C. Grayscale: #818181. Windows color (decimal): -2272637 or 8606429. OLE color: 8606429.

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

Color convert

RGB 221 82 131 -
CMYK 0 0.63 0.41 0.13
HSL 338.85º 0.67% 0.59% -
HSV(B) 338.85º 0.63% 0.87% -
XYZ 36.93 23.05 23.97 -
YUV 129.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 221 82 131 0 0.63 0.41 0.13 338.85 0.67 0.59
Hex DD 52 83 0 3F 29 D 153 43 3B
Octal 335 122 203 0 77 51 15 523 103 73
Binary 11011101 1010010 10000011 0 111111 101001 1101 101010011 1000011 111011

Color Harmonies of #DD5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5283

Black with #DD5283

Text Example


Text Example

White with #DD5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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