Html Css Color HEX #DC6875 Froly

📋 copy color: '#DC6875'

red 220 ◦ green 104 ◦ blue 117

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

Shades of Froly #DC6875

Tints of Froly #DC6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.58%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 49.89%
G = 23.58%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6875 (or 0xDC6875) is known color: Froly. HEX triplet: DC, 68 and 75. RGB value is (220,104,117). Sum of RGB (Red+Green+Blue) = 220+104+117=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6875 is #23978A. Grayscale: #8C8C8C. Windows color (decimal): -2332555 or 7694556. OLE color: 7694556.

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

Color convert

RGB 220 104 117 -
CMYK 0 0.53 0.47 0.14
HSL 353.28º 0.62% 0.64% -
HSV(B) 353.28º 0.53% 0.86% -
XYZ 37.68 26.4 19.94 -
YUV 140.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 220 104 117 0 0.53 0.47 0.14 353.28 0.62 0.64
Hex DC 68 75 0 35 2F E 161 3E 40
Octal 334 150 165 0 65 57 16 541 76 100
Binary 11011100 1101000 1110101 0 110101 101111 1110 101100001 111110 1000000

Color Harmonies of #DC6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6875

Black with #DC6875

Text Example


Text Example

White with #DC6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6875; }

 p { color: rgb(220,104,117); }

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

background-color css

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

 a { background-color: rgb(220,104,117); }

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

border-color css

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

 span { border-color: rgb(220,104,117); }

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