Html Css Color HEX #DD4484 Cranberry

📋 copy color: '#DD4484'

red 221 ◦ green 68 ◦ blue 132

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

Shades of Cranberry #DD4484

Tints of Cranberry #DD4484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 52.49%
G = 16.15%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4484 (or 0xDD4484) is known color: Cranberry. HEX triplet: DD, 44 and 84. RGB value is (221,68,132). Sum of RGB (Red+Green+Blue) = 221+68+132=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4484 is #22BB7B. Grayscale: #787878. Windows color (decimal): -2276220 or 8668381. OLE color: 8668381.

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

Color convert

RGB 221 68 132 -
CMYK 0 0.69 0.40 0.13
HSL 334.9º 0.69% 0.57% -
HSV(B) 334.9º 0.69% 0.87% -
XYZ 36.05 21.17 24.02 -
YUV 121.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 221 68 132 0 0.69 0.40 0.13 334.9 0.69 0.57
Hex DD 44 84 0 45 28 D 14F 45 39
Octal 335 104 204 0 105 50 15 517 105 71
Binary 11011101 1000100 10000100 0 1000101 101000 1101 101001111 1000101 111001

Color Harmonies of #DD4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4484

Black with #DD4484

Text Example


Text Example

White with #DD4484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4484; }

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

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

background-color css

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

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

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

border-color css

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

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

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