Html Css Color HEX #DD4680 Cranberry

📋 copy color: '#DD4680'

red 221 ◦ green 70 ◦ blue 128

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

Shades of Cranberry #DD4680

Tints of Cranberry #DD4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 52.74%
G = 16.71%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4680 (or 0xDD4680) is known color: Cranberry. HEX triplet: DD, 46 and 80. RGB value is (221,70,128). Sum of RGB (Red+Green+Blue) = 221+70+128=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4680 is #22B97F. Grayscale: #797979. Windows color (decimal): -2275712 or 8406749. OLE color: 8406749.

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

Color convert

RGB 221 70 128 -
CMYK 0 0.68 0.42 0.13
HSL 336.95º 0.69% 0.57% -
HSV(B) 336.95º 0.68% 0.87% -
XYZ 35.91 21.31 22.64 -
YUV 121.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 221 70 128 0 0.68 0.42 0.13 336.95 0.69 0.57
Hex DD 46 80 0 44 2A D 151 45 39
Octal 335 106 200 0 104 52 15 521 105 71
Binary 11011101 1000110 10000000 0 1000100 101010 1101 101010001 1000101 111001

Color Harmonies of #DD4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4680

Black with #DD4680

Text Example


Text Example

White with #DD4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4680; }

 p { color: rgb(221,70,128); }

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

background-color css

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

 a { background-color: rgb(221,70,128); }

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

border-color css

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

 span { border-color: rgb(221,70,128); }

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