Html Css Color HEX #DC656C Froly

📋 copy color: '#DC656C'

red 220 ◦ green 101 ◦ blue 108

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

Shades of Froly #DC656C

Tints of Froly #DC656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 51.28%
G = 23.54%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC656C (or 0xDC656C) is known color: Froly. HEX triplet: DC, 65 and 6C. RGB value is (220,101,108). Sum of RGB (Red+Green+Blue) = 220+101+108=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC656C is #239A93. Grayscale: #898989. Windows color (decimal): -2333332 or 7103964. OLE color: 7103964.

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

Color convert

RGB 220 101 108 -
CMYK 0 0.54 0.51 0.14
HSL 356.47º 0.63% 0.63% -
HSV(B) 356.47º 0.54% 0.86% -
XYZ 36.88 25.61 17.19 -
YUV 137.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 220 101 108 0 0.54 0.51 0.14 356.47 0.63 0.63
Hex DC 65 6C 0 36 33 E 164 3F 3F
Octal 334 145 154 0 66 63 16 544 77 77
Binary 11011100 1100101 1101100 0 110110 110011 1110 101100100 111111 111111

Color Harmonies of #DC656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC656C

Black with #DC656C

Text Example


Text Example

White with #DC656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC656C; }

 p { color: rgb(220,101,108); }

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

background-color css

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

 a { background-color: rgb(220,101,108); }

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

border-color css

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

 span { border-color: rgb(220,101,108); }

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