Html Css Color HEX #DD5482 Cranberry

📋 copy color: '#DD5482'

red 221 ◦ green 84 ◦ blue 130

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

Shades of Cranberry #DD5482

Tints of Cranberry #DD5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 50.8%
G = 19.31%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5482 (or 0xDD5482) is known color: Cranberry. HEX triplet: DD, 54 and 82. RGB value is (221,84,130). Sum of RGB (Red+Green+Blue) = 221+84+130=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5482 is #22AB7D. Grayscale: #828282. Windows color (decimal): -2272126 or 8541405. OLE color: 8541405.

HSL color Cylindrical-coordinate representation of color #DD5482: hue angle of 339.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5482 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 130 -
CMYK 0 0.62 0.41 0.13
HSL 339.85º 0.67% 0.6% -
HSV(B) 339.85º 0.62% 0.87% -
XYZ 37.02 23.32 23.67 -
YUV 130.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 221 84 130 0 0.62 0.41 0.13 339.85 0.67 0.6
Hex DD 54 82 0 3E 29 D 154 43 3C
Octal 335 124 202 0 76 51 15 524 103 74
Binary 11011101 1010100 10000010 0 111110 101001 1101 101010100 1000011 111100

Color Harmonies of #DD5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5482

Black with #DD5482

Text Example


Text Example

White with #DD5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5482; }

 p { color: rgb(221,84,130); }

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

background-color css

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

 a { background-color: rgb(221,84,130); }

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

border-color css

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

 span { border-color: rgb(221,84,130); }

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