Html Css Color HEX #DC6276 Froly

📋 copy color: '#DC6276'

red 220 ◦ green 98 ◦ blue 118

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

Shades of Froly #DC6276

Tints of Froly #DC6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 50.46%
G = 22.48%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6276 (or 0xDC6276) is known color: Froly. HEX triplet: DC, 62 and 76. RGB value is (220,98,118). Sum of RGB (Red+Green+Blue) = 220+98+118=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6276 is #239D89. Grayscale: #888888. Windows color (decimal): -2334090 or 7758556. OLE color: 7758556.

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

Color convert

RGB 220 98 118 -
CMYK 0 0.55 0.46 0.14
HSL 350.16º 0.64% 0.62% -
HSV(B) 350.16º 0.55% 0.86% -
XYZ 37.15 25.26 20.06 -
YUV 136.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 220 98 118 0 0.55 0.46 0.14 350.16 0.64 0.62
Hex DC 62 76 0 37 2E E 15E 40 3E
Octal 334 142 166 0 67 56 16 536 100 76
Binary 11011100 1100010 1110110 0 110111 101110 1110 101011110 1000000 111110

Color Harmonies of #DC6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6276

Black with #DC6276

Text Example


Text Example

White with #DC6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6276; }

 p { color: rgb(220,98,118); }

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

background-color css

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

 a { background-color: rgb(220,98,118); }

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

border-color css

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

 span { border-color: rgb(220,98,118); }

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