Html Css Color HEX #DC6373 Froly

📋 copy color: '#DC6373'

red 220 ◦ green 99 ◦ blue 115

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

Shades of Froly #DC6373

Tints of Froly #DC6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 50.69%
G = 22.81%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6373 (or 0xDC6373) is known color: Froly. HEX triplet: DC, 63 and 73. RGB value is (220,99,115). Sum of RGB (Red+Green+Blue) = 220+99+115=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6373 is #239C8C. Grayscale: #898989. Windows color (decimal): -2333837 or 7562204. OLE color: 7562204.

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

Color convert

RGB 220 99 115 -
CMYK 0 0.55 0.48 0.14
HSL 352.07º 0.63% 0.63% -
HSV(B) 352.07º 0.55% 0.86% -
XYZ 37.07 25.38 19.16 -
YUV 137 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 220 99 115 0 0.55 0.48 0.14 352.07 0.63 0.63
Hex DC 63 73 0 37 30 E 160 3F 3F
Octal 334 143 163 0 67 60 16 540 77 77
Binary 11011100 1100011 1110011 0 110111 110000 1110 101100000 111111 111111

Color Harmonies of #DC6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6373

Black with #DC6373

Text Example


Text Example

White with #DC6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6373; }

 p { color: rgb(220,99,115); }

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

background-color css

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

 a { background-color: rgb(220,99,115); }

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

border-color css

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

 span { border-color: rgb(220,99,115); }

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