Html Css Color HEX #DD6B77 Froly

📋 copy color: '#DD6B77'

red 221 ◦ green 107 ◦ blue 119

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

Shades of Froly #DD6B77

Tints of Froly #DD6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 49.44%
G = 23.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6B77 (or 0xDD6B77) is known color: Froly. HEX triplet: DD, 6B and 77. RGB value is (221,107,119). Sum of RGB (Red+Green+Blue) = 221+107+119=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B77 is #229488. Grayscale: #8E8E8E. Windows color (decimal): -2266249 or 7826397. OLE color: 7826397.

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

Color convert

RGB 221 107 119 -
CMYK 0 0.52 0.46 0.13
HSL 353.68º 0.63% 0.64% -
HSV(B) 353.68º 0.52% 0.87% -
XYZ 38.41 27.22 20.68 -
YUV 142.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 221 107 119 0 0.52 0.46 0.13 353.68 0.63 0.64
Hex DD 6B 77 0 34 2E D 162 3F 40
Octal 335 153 167 0 64 56 15 542 77 100
Binary 11011101 1101011 1110111 0 110100 101110 1101 101100010 111111 1000000

Color Harmonies of #DD6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B77

Black with #DD6B77

Text Example


Text Example

White with #DD6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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