Html Css Color HEX #DD4585 Cranberry

📋 copy color: '#DD4585'

red 221 ◦ green 69 ◦ blue 133

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

Shades of Cranberry #DD4585

Tints of Cranberry #DD4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 52.25%
G = 16.31%
B = 31.44%

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

#DD4585 (or 0xDD4585) is known color: Cranberry. HEX triplet: DD, 45 and 85. RGB value is (221,69,133). Sum of RGB (Red+Green+Blue) = 221+69+133=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4585 is #22BA7A. Grayscale: #797979. Windows color (decimal): -2275963 or 8734173. OLE color: 8734173.

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

Color convert

RGB 221 69 133 -
CMYK 0 0.69 0.40 0.13
HSL 334.74º 0.69% 0.57% -
HSV(B) 334.74º 0.69% 0.87% -
XYZ 36.18 21.32 24.4 -
YUV 121.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 221 69 133 0 0.69 0.40 0.13 334.74 0.69 0.57
Hex DD 45 85 0 45 28 D 14F 45 39
Octal 335 105 205 0 105 50 15 517 105 71
Binary 11011101 1000101 10000101 0 1000101 101000 1101 101001111 1000101 111001

Color Harmonies of #DD4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4585

Black with #DD4585

Text Example


Text Example

White with #DD4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4585; }

 p { color: rgb(221,69,133); }

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

background-color css

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

 a { background-color: rgb(221,69,133); }

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

border-color css

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

 span { border-color: rgb(221,69,133); }

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