Html Css Color HEX #DC646F Froly

📋 copy color: '#DC646F'

red 220 ◦ green 100 ◦ blue 111

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

Shades of Froly #DC646F

Tints of Froly #DC646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 51.04%
G = 23.2%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC646F (or 0xDC646F) is known color: Froly. HEX triplet: DC, 64 and 6F. RGB value is (220,100,111). Sum of RGB (Red+Green+Blue) = 220+100+111=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646F is #239B90. Grayscale: #898989. Windows color (decimal): -2333585 or 7300316. OLE color: 7300316.

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

Color convert

RGB 220 100 111 -
CMYK 0 0.55 0.50 0.14
HSL 354.5º 0.63% 0.63% -
HSV(B) 354.5º 0.55% 0.86% -
XYZ 36.94 25.48 18.01 -
YUV 137.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 220 100 111 0 0.55 0.50 0.14 354.5 0.63 0.63
Hex DC 64 6F 0 37 32 E 162 3F 3F
Octal 334 144 157 0 67 62 16 542 77 77
Binary 11011100 1100100 1101111 0 110111 110010 1110 101100010 111111 111111

Color Harmonies of #DC646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC646F

Black with #DC646F

Text Example


Text Example

White with #DC646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC646F; }

 p { color: rgb(220,100,111); }

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

background-color css

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

 a { background-color: rgb(220,100,111); }

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

border-color css

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

 span { border-color: rgb(220,100,111); }

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