Html Css Color HEX #DC737B Froly

📋 copy color: '#DC737B'

red 220 ◦ green 115 ◦ blue 123

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

Shades of Froly #DC737B

Tints of Froly #DC737B

RGB

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

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

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

R = 48.03%
G = 25.11%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC737B (or 0xDC737B) is known color: Froly. HEX triplet: DC, 73 and 7B. RGB value is (220,115,123). Sum of RGB (Red+Green+Blue) = 220+115+123=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC737B is #238C84. Grayscale: #939393. Windows color (decimal): -2329733 or 8090588. OLE color: 8090588.

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

Color convert

RGB 220 115 123 -
CMYK 0 0.48 0.44 0.14
HSL 355.43º 0.6% 0.66% -
HSV(B) 355.43º 0.48% 0.86% -
XYZ 39.22 28.91 22.25 -
YUV 147.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 220 115 123 0 0.48 0.44 0.14 355.43 0.6 0.66
Hex DC 73 7B 0 30 2C E 163 3C 42
Octal 334 163 173 0 60 54 16 543 74 102
Binary 11011100 1110011 1111011 0 110000 101100 1110 101100011 111100 1000010

Color Harmonies of #DC737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC737B

Black with #DC737B

Text Example


Text Example

White with #DC737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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