Html Css Color HEX #DC757B Froly

📋 copy color: '#DC757B'

red 220 ◦ green 117 ◦ blue 123

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

Shades of Froly #DC757B

Tints of Froly #DC757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 47.83%
G = 25.43%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC757B (or 0xDC757B) is known color: Froly. HEX triplet: DC, 75 and 7B. RGB value is (220,117,123). Sum of RGB (Red+Green+Blue) = 220+117+123=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC757B is #238A84. Grayscale: #949494. Windows color (decimal): -2329221 or 8091100. OLE color: 8091100.

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

Color convert

RGB 220 117 123 -
CMYK 0 0.47 0.44 0.14
HSL 356.5º 0.6% 0.66% -
HSV(B) 356.5º 0.47% 0.86% -
XYZ 39.45 29.37 22.33 -
YUV 148.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 220 117 123 0 0.47 0.44 0.14 356.5 0.6 0.66
Hex DC 75 7B 0 2F 2C E 165 3C 42
Octal 334 165 173 0 57 54 16 545 74 102
Binary 11011100 1110101 1111011 0 101111 101100 1110 101100101 111100 1000010

Color Harmonies of #DC757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC757B

Black with #DC757B

Text Example


Text Example

White with #DC757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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