Html Css Color HEX #DD4F77 Cranberry

📋 copy color: '#DD4F77'

red 221 ◦ green 79 ◦ blue 119

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

Shades of Cranberry #DD4F77

Tints of Cranberry #DD4F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

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

R = 52.74%
G = 18.85%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4F77 (or 0xDD4F77) is known color: Cranberry. HEX triplet: DD, 4F and 77. RGB value is (221,79,119). Sum of RGB (Red+Green+Blue) = 221+79+119=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F77 is #22B088. Grayscale: #7E7E7E. Windows color (decimal): -2273417 or 7819229. OLE color: 7819229.

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

Color convert

RGB 221 79 119 -
CMYK 0 0.64 0.46 0.13
HSL 343.1º 0.68% 0.59% -
HSV(B) 343.1º 0.64% 0.87% -
XYZ 35.94 22.3 19.86 -
YUV 126.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 221 79 119 0 0.64 0.46 0.13 343.1 0.68 0.59
Hex DD 4F 77 0 40 2E D 157 44 3B
Octal 335 117 167 0 100 56 15 527 104 73
Binary 11011101 1001111 1110111 0 1000000 101110 1101 101010111 1000100 111011

Color Harmonies of #DD4F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F77

Black with #DD4F77

Text Example


Text Example

White with #DD4F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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