Html Css Color HEX #DD6071 Froly

📋 copy color: '#DD6071'

red 221 ◦ green 96 ◦ blue 113

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

Shades of Froly #DD6071

Tints of Froly #DD6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 51.4%
G = 22.33%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6071 (or 0xDD6071) is known color: Froly. HEX triplet: DD, 60 and 71. RGB value is (221,96,113). Sum of RGB (Red+Green+Blue) = 221+96+113=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6071 is #229F8E. Grayscale: #878787. Windows color (decimal): -2269071 or 7430365. OLE color: 7430365.

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

Color convert

RGB 221 96 113 -
CMYK 0 0.57 0.49 0.13
HSL 351.84º 0.65% 0.62% -
HSV(B) 351.84º 0.57% 0.87% -
XYZ 36.98 24.93 18.49 -
YUV 135.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 221 96 113 0 0.57 0.49 0.13 351.84 0.65 0.62
Hex DD 60 71 0 39 31 D 160 41 3E
Octal 335 140 161 0 71 61 15 540 101 76
Binary 11011101 1100000 1110001 0 111001 110001 1101 101100000 1000001 111110

Color Harmonies of #DD6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6071

Black with #DD6071

Text Example


Text Example

White with #DD6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6071; }

 p { color: rgb(221,96,113); }

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

background-color css

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

 a { background-color: rgb(221,96,113); }

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

border-color css

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

 span { border-color: rgb(221,96,113); }

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