Html Css Color HEX #DC6C7D Froly

📋 copy color: '#DC6C7D'

red 220 ◦ green 108 ◦ blue 125

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

Shades of Froly #DC6C7D

Tints of Froly #DC6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 48.57%
G = 23.84%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC6C7D (or 0xDC6C7D) is known color: Froly. HEX triplet: DC, 6C and 7D. RGB value is (220,108,125). Sum of RGB (Red+Green+Blue) = 220+108+125=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C7D is #239382. Grayscale: #8F8F8F. Windows color (decimal): -2331523 or 8219868. OLE color: 8219868.

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

Color convert

RGB 220 108 125 -
CMYK 0 0.51 0.43 0.14
HSL 350.89º 0.62% 0.64% -
HSV(B) 350.89º 0.51% 0.86% -
XYZ 38.58 27.42 22.66 -
YUV 143.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 220 108 125 0 0.51 0.43 0.14 350.89 0.62 0.64
Hex DC 6C 7D 0 33 2B E 15F 3E 40
Octal 334 154 175 0 63 53 16 537 76 100
Binary 11011100 1101100 1111101 0 110011 101011 1110 101011111 111110 1000000

Color Harmonies of #DC6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C7D

Black with #DC6C7D

Text Example


Text Example

White with #DC6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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