Html Css Color HEX #DC6C7C Froly

📋 copy color: '#DC6C7C'

red 220 ◦ green 108 ◦ blue 124

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

Shades of Froly #DC6C7C

Tints of Froly #DC6C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.89%

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 48.67%
G = 23.89%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC6C7C (or 0xDC6C7C) is known color: Froly. HEX triplet: DC, 6C and 7C. RGB value is (220,108,124). Sum of RGB (Red+Green+Blue) = 220+108+124=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C7C is #239383. Grayscale: #8F8F8F. Windows color (decimal): -2331524 or 8154332. OLE color: 8154332.

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

Color convert

RGB 220 108 124 -
CMYK 0 0.51 0.44 0.14
HSL 351.43º 0.62% 0.64% -
HSV(B) 351.43º 0.51% 0.86% -
XYZ 38.52 27.4 22.33 -
YUV 143.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 220 108 124 0 0.51 0.44 0.14 351.43 0.62 0.64
Hex DC 6C 7C 0 33 2C E 15F 3E 40
Octal 334 154 174 0 63 54 16 537 76 100
Binary 11011100 1101100 1111100 0 110011 101100 1110 101011111 111110 1000000

Color Harmonies of #DC6C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C7C

Black with #DC6C7C

Text Example


Text Example

White with #DC6C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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