Html Css Color HEX #DC737F Froly

📋 copy color: '#DC737F'

red 220 ◦ green 115 ◦ blue 127

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

Shades of Froly #DC737F

Tints of Froly #DC737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 47.62%
G = 24.89%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC737F (or 0xDC737F) is known color: Froly. HEX triplet: DC, 73 and 7F. RGB value is (220,115,127). Sum of RGB (Red+Green+Blue) = 220+115+127=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC737F is #238C80. Grayscale: #939393. Windows color (decimal): -2329729 or 8352732. OLE color: 8352732.

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

Color convert

RGB 220 115 127 -
CMYK 0 0.48 0.42 0.14
HSL 353.14º 0.6% 0.66% -
HSV(B) 353.14º 0.48% 0.86% -
XYZ 39.48 29.01 23.6 -
YUV 147.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 220 115 127 0 0.48 0.42 0.14 353.14 0.6 0.66
Hex DC 73 7F 0 30 2A E 161 3C 42
Octal 334 163 177 0 60 52 16 541 74 102
Binary 11011100 1110011 1111111 0 110000 101010 1110 101100001 111100 1000010

Color Harmonies of #DC737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC737F

Black with #DC737F

Text Example


Text Example

White with #DC737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC737F; }

 p { color: rgb(220,115,127); }

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

background-color css

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

 a { background-color: rgb(220,115,127); }

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

border-color css

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

 span { border-color: rgb(220,115,127); }

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