Html Css Color HEX #DD5481 Cranberry

📋 copy color: '#DD5481'

red 221 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #DD5481

Tints of Cranberry #DD5481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 50.92%
G = 19.35%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD5481 (or 0xDD5481) is known color: Cranberry. HEX triplet: DD, 54 and 81. RGB value is (221,84,129). Sum of RGB (Red+Green+Blue) = 221+84+129=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5481 is #22AB7E. Grayscale: #828282. Windows color (decimal): -2272127 or 8475869. OLE color: 8475869.

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

Color convert

RGB 221 84 129 -
CMYK 0 0.62 0.42 0.13
HSL 340.29º 0.67% 0.6% -
HSV(B) 340.29º 0.62% 0.87% -
XYZ 36.95 23.3 23.32 -
YUV 130.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 221 84 129 0 0.62 0.42 0.13 340.29 0.67 0.6
Hex DD 54 81 0 3E 2A D 154 43 3C
Octal 335 124 201 0 76 52 15 524 103 74
Binary 11011101 1010100 10000001 0 111110 101010 1101 101010100 1000011 111100

Color Harmonies of #DD5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5481

Black with #DD5481

Text Example


Text Example

White with #DD5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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