Html Css Color HEX #DC626F Froly

📋 copy color: '#DC626F'

red 220 ◦ green 98 ◦ blue 111

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

Shades of Froly #DC626F

Tints of Froly #DC626F

RGB

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

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

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

R = 51.28%
G = 22.84%
B = 25.87%

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

#DC626F (or 0xDC626F) is known color: Froly. HEX triplet: DC, 62 and 6F. RGB value is (220,98,111). Sum of RGB (Red+Green+Blue) = 220+98+111=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626F is #239D90. Grayscale: #888888. Windows color (decimal): -2334097 or 7299804. OLE color: 7299804.

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

Color convert

RGB 220 98 111 -
CMYK 0 0.55 0.50 0.14
HSL 353.61º 0.64% 0.62% -
HSV(B) 353.61º 0.55% 0.86% -
XYZ 36.75 25.1 17.95 -
YUV 135.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 220 98 111 0 0.55 0.50 0.14 353.61 0.64 0.62
Hex DC 62 6F 0 37 32 E 162 40 3E
Octal 334 142 157 0 67 62 16 542 100 76
Binary 11011100 1100010 1101111 0 110111 110010 1110 101100010 1000000 111110

Color Harmonies of #DC626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC626F

Black with #DC626F

Text Example


Text Example

White with #DC626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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