Html Css Color HEX #DC6071 Froly

📋 copy color: '#DC6071'

red 220 ◦ green 96 ◦ blue 113

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

Shades of Froly #DC6071

Tints of Froly #DC6071

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

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

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

R = 51.28%
G = 22.38%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6071 (or 0xDC6071) is known color: Froly. HEX triplet: DC, 60 and 71. RGB value is (220,96,113). Sum of RGB (Red+Green+Blue) = 220+96+113=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6071 is #239F8E. Grayscale: #878787. Windows color (decimal): -2334607 or 7430364. OLE color: 7430364.

HSL color Cylindrical-coordinate representation of color #DC6071: hue angle of 351.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6071 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 113 -
CMYK 0 0.56 0.49 0.14
HSL 351.77º 0.64% 0.62% -
HSV(B) 351.77º 0.56% 0.86% -
XYZ 36.68 24.77 18.47 -
YUV 135.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 220 96 113 0 0.56 0.49 0.14 351.77 0.64 0.62
Hex DC 60 71 0 38 31 E 160 40 3E
Octal 334 140 161 0 70 61 16 540 100 76
Binary 11011100 1100000 1110001 0 111000 110001 1110 101100000 1000000 111110

Color Harmonies of #DC6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6071

Black with #DC6071

Text Example


Text Example

White with #DC6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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