Html Css Color HEX #DD4E77 Cranberry

📋 copy color: '#DD4E77'

red 221 ◦ green 78 ◦ blue 119

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

Shades of Cranberry #DD4E77

Tints of Cranberry #DD4E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.66%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 52.87%
G = 18.66%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4E77 (or 0xDD4E77) is known color: Cranberry. HEX triplet: DD, 4E and 77. RGB value is (221,78,119). Sum of RGB (Red+Green+Blue) = 221+78+119=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E77 is #22B188. Grayscale: #7D7D7D. Windows color (decimal): -2273673 or 7818973. OLE color: 7818973.

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

Color convert

RGB 221 78 119 -
CMYK 0 0.65 0.46 0.13
HSL 342.8º 0.68% 0.59% -
HSV(B) 342.8º 0.65% 0.87% -
XYZ 35.87 22.15 19.84 -
YUV 125.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 221 78 119 0 0.65 0.46 0.13 342.8 0.68 0.59
Hex DD 4E 77 0 41 2E D 157 44 3B
Octal 335 116 167 0 101 56 15 527 104 73
Binary 11011101 1001110 1110111 0 1000001 101110 1101 101010111 1000100 111011

Color Harmonies of #DD4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E77

Black with #DD4E77

Text Example


Text Example

White with #DD4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E77; }

 p { color: rgb(221,78,119); }

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

background-color css

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

 a { background-color: rgb(221,78,119); }

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

border-color css

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

 span { border-color: rgb(221,78,119); }

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