Html Css Color HEX #DD4483 Cranberry

📋 copy color: '#DD4483'

red 221 ◦ green 68 ◦ blue 131

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

Shades of Cranberry #DD4483

Tints of Cranberry #DD4483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

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

R = 52.62%
G = 16.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD4483 (or 0xDD4483) is known color: Cranberry. HEX triplet: DD, 44 and 83. RGB value is (221,68,131). Sum of RGB (Red+Green+Blue) = 221+68+131=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4483 is #22BB7C. Grayscale: #787878. Windows color (decimal): -2276221 or 8602845. OLE color: 8602845.

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

Color convert

RGB 221 68 131 -
CMYK 0 0.69 0.41 0.13
HSL 335.29º 0.69% 0.57% -
HSV(B) 335.29º 0.69% 0.87% -
XYZ 35.98 21.15 23.66 -
YUV 120.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 221 68 131 0 0.69 0.41 0.13 335.29 0.69 0.57
Hex DD 44 83 0 45 29 D 14F 45 39
Octal 335 104 203 0 105 51 15 517 105 71
Binary 11011101 1000100 10000011 0 1000101 101001 1101 101001111 1000101 111001

Color Harmonies of #DD4483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4483

Black with #DD4483

Text Example


Text Example

White with #DD4483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4483; }

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

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

background-color css

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

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

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

border-color css

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

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

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