Html Css Color HEX #DC767D Froly

📋 copy color: '#DC767D'

red 220 ◦ green 118 ◦ blue 125

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

Shades of Froly #DC767D

Tints of Froly #DC767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 47.52%
G = 25.49%
B = 27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC767D (or 0xDC767D) is known color: Froly. HEX triplet: DC, 76 and 7D. RGB value is (220,118,125). Sum of RGB (Red+Green+Blue) = 220+118+125=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767D is #238982. Grayscale: #959595. Windows color (decimal): -2328963 or 8222428. OLE color: 8222428.

HSL color Cylindrical-coordinate representation of color #DC767D: hue angle of 355.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC767D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 125 -
CMYK 0 0.46 0.43 0.14
HSL 355.88º 0.59% 0.66% -
HSV(B) 355.88º 0.46% 0.86% -
XYZ 39.7 29.65 23.03 -
YUV 149.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 220 118 125 0 0.46 0.43 0.14 355.88 0.59 0.66
Hex DC 76 7D 0 2E 2B E 164 3B 42
Octal 334 166 175 0 56 53 16 544 73 102
Binary 11011100 1110110 1111101 0 101110 101011 1110 101100100 111011 1000010

Color Harmonies of #DC767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC767D

Black with #DC767D

Text Example


Text Example

White with #DC767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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