Html Css Color HEX #DC757D Froly

📋 copy color: '#DC757D'

red 220 ◦ green 117 ◦ blue 125

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

Shades of Froly #DC757D

Tints of Froly #DC757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 47.62%
G = 25.32%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC757D (or 0xDC757D) is known color: Froly. HEX triplet: DC, 75 and 7D. RGB value is (220,117,125). Sum of RGB (Red+Green+Blue) = 220+117+125=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC757D is #238A82. Grayscale: #949494. Windows color (decimal): -2329219 or 8222172. OLE color: 8222172.

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

Color convert

RGB 220 117 125 -
CMYK 0 0.47 0.43 0.14
HSL 355.34º 0.6% 0.66% -
HSV(B) 355.34º 0.47% 0.86% -
XYZ 39.58 29.42 22.99 -
YUV 148.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 220 117 125 0 0.47 0.43 0.14 355.34 0.6 0.66
Hex DC 75 7D 0 2F 2B E 163 3C 42
Octal 334 165 175 0 57 53 16 543 74 102
Binary 11011100 1110101 1111101 0 101111 101011 1110 101100011 111100 1000010

Color Harmonies of #DC757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC757D

Black with #DC757D

Text Example


Text Example

White with #DC757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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