Html Css Color HEX #DC6273 Froly

📋 copy color: '#DC6273'

red 220 ◦ green 98 ◦ blue 115

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

Shades of Froly #DC6273

Tints of Froly #DC6273

RGB

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

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

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

R = 50.81%
G = 22.63%
B = 26.56%

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

#DC6273 (or 0xDC6273) is known color: Froly. HEX triplet: DC, 62 and 73. RGB value is (220,98,115). Sum of RGB (Red+Green+Blue) = 220+98+115=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6273 is #239D8C. Grayscale: #888888. Windows color (decimal): -2334093 or 7561948. OLE color: 7561948.

HSL color Cylindrical-coordinate representation of color #DC6273: hue angle of 351.64º 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 #DC6273 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 115 -
CMYK 0 0.55 0.48 0.14
HSL 351.64º 0.64% 0.62% -
HSV(B) 351.64º 0.55% 0.86% -
XYZ 36.98 25.19 19.13 -
YUV 136.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 220 98 115 0 0.55 0.48 0.14 351.64 0.64 0.62
Hex DC 62 73 0 37 30 E 160 40 3E
Octal 334 142 163 0 67 60 16 540 100 76
Binary 11011100 1100010 1110011 0 110111 110000 1110 101100000 1000000 111110

Color Harmonies of #DC6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6273

Black with #DC6273

Text Example


Text Example

White with #DC6273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6273; }

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

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

background-color css

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

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

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

border-color css

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

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

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