Html Css Color HEX #DC7F83 Froly

📋 copy color: '#DC7F83'

red 220 ◦ green 127 ◦ blue 131

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

Shades of Froly #DC7F83

Tints of Froly #DC7F83

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 46.03%
G = 26.57%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC7F83 (or 0xDC7F83) is known color: Froly. HEX triplet: DC, 7F and 83. RGB value is (220,127,131). Sum of RGB (Red+Green+Blue) = 220+127+131=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F83 is #23807C. Grayscale: #9B9B9B. Windows color (decimal): -2326653 or 8617948. OLE color: 8617948.

HSL color Cylindrical-coordinate representation of color #DC7F83: hue angle of 357.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F83 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 131 -
CMYK 0 0.42 0.40 0.14
HSL 357.42º 0.57% 0.68% -
HSV(B) 357.42º 0.42% 0.86% -
XYZ 41.2 32.03 25.48 -
YUV 155.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 220 127 131 0 0.42 0.40 0.14 357.42 0.57 0.68
Hex DC 7F 83 0 2A 28 E 165 39 44
Octal 334 177 203 0 52 50 16 545 71 104
Binary 11011100 1111111 10000011 0 101010 101000 1110 101100101 111001 1000100

Color Harmonies of #DC7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F83

Black with #DC7F83

Text Example


Text Example

White with #DC7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F83; }

 p { color: rgb(220,127,131); }

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

background-color css

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

 a { background-color: rgb(220,127,131); }

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

border-color css

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

 span { border-color: rgb(220,127,131); }

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