Html Css Color HEX #DC6675 Froly

📋 copy color: '#DC6675'

red 220 ◦ green 102 ◦ blue 117

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

Shades of Froly #DC6675

Tints of Froly #DC6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

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

R = 50.11%
G = 23.23%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6675 (or 0xDC6675) is known color: Froly. HEX triplet: DC, 66 and 75. RGB value is (220,102,117). Sum of RGB (Red+Green+Blue) = 220+102+117=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6675 is #23998A. Grayscale: #8B8B8B. Windows color (decimal): -2333067 or 7694044. OLE color: 7694044.

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

Color convert

RGB 220 102 117 -
CMYK 0 0.54 0.47 0.14
HSL 352.37º 0.63% 0.63% -
HSV(B) 352.37º 0.54% 0.86% -
XYZ 37.48 26 19.87 -
YUV 138.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 220 102 117 0 0.54 0.47 0.14 352.37 0.63 0.63
Hex DC 66 75 0 36 2F E 160 3F 3F
Octal 334 146 165 0 66 57 16 540 77 77
Binary 11011100 1100110 1110101 0 110110 101111 1110 101100000 111111 111111

Color Harmonies of #DC6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6675

Black with #DC6675

Text Example


Text Example

White with #DC6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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