Html Css Color HEX #DC6775 Froly

📋 copy color: '#DC6775'

red 220 ◦ green 103 ◦ blue 117

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

Shades of Froly #DC6775

Tints of Froly #DC6775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 50%
G = 23.41%
B = 26.59%

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

#DC6775 (or 0xDC6775) is known color: Froly. HEX triplet: DC, 67 and 75. RGB value is (220,103,117). Sum of RGB (Red+Green+Blue) = 220+103+117=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6775 is #23988A. Grayscale: #8B8B8B. Windows color (decimal): -2332811 or 7694300. OLE color: 7694300.

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

Color convert

RGB 220 103 117 -
CMYK 0 0.53 0.47 0.14
HSL 352.82º 0.63% 0.63% -
HSV(B) 352.82º 0.53% 0.86% -
XYZ 37.58 26.2 19.91 -
YUV 139.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 220 103 117 0 0.53 0.47 0.14 352.82 0.63 0.63
Hex DC 67 75 0 35 2F E 161 3F 3F
Octal 334 147 165 0 65 57 16 541 77 77
Binary 11011100 1100111 1110101 0 110101 101111 1110 101100001 111111 111111

Color Harmonies of #DC6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6775

Black with #DC6775

Text Example


Text Example

White with #DC6775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6775; }

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

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

background-color css

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

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

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

border-color css

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

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

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