Html Css Color HEX #DC757E Froly

📋 copy color: '#DC757E'

red 220 ◦ green 117 ◦ blue 126

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

Shades of Froly #DC757E

Tints of Froly #DC757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 47.52%
G = 25.27%
B = 27.21%

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

#DC757E (or 0xDC757E) is known color: Froly. HEX triplet: DC, 75 and 7E. RGB value is (220,117,126). Sum of RGB (Red+Green+Blue) = 220+117+126=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC757E is #238A81. Grayscale: #949494. Windows color (decimal): -2329218 or 8287708. OLE color: 8287708.

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

Color convert

RGB 220 117 126 -
CMYK 0 0.47 0.43 0.14
HSL 354.76º 0.6% 0.66% -
HSV(B) 354.76º 0.47% 0.86% -
XYZ 39.64 29.44 23.33 -
YUV 148.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 220 117 126 0 0.47 0.43 0.14 354.76 0.6 0.66
Hex DC 75 7E 0 2F 2B E 163 3C 42
Octal 334 165 176 0 57 53 16 543 74 102
Binary 11011100 1110101 1111110 0 101111 101011 1110 101100011 111100 1000010

Color Harmonies of #DC757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC757E

Black with #DC757E

Text Example


Text Example

White with #DC757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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