Html Css Color HEX #DB5F73 Froly

📋 copy color: '#DB5F73'

red 219 ◦ green 95 ◦ blue 115

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

Shades of Froly #DB5F73

Tints of Froly #DB5F73

RGB

 RED value IS 219 (85.94% from 255) = 51.05%

 GREEN value IS 95 (37.5% from 255) = 22.14%

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 51.05%
G = 22.14%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5F73 (or 0xDB5F73) is known color: Froly. HEX triplet: DB, 5F and 73. RGB value is (219,95,115). Sum of RGB (Red+Green+Blue) = 219+95+115=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F73 is #24A08C. Grayscale: #868686. Windows color (decimal): -2400397 or 7561179. OLE color: 7561179.

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

Color convert

RGB 219 95 115 -
CMYK 0 0.57 0.47 0.14
HSL 350.32º 0.63% 0.62% -
HSV(B) 350.32º 0.57% 0.86% -
XYZ 36.4 24.48 19.03 -
YUV 134.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 219 95 115 0 0.57 0.47 0.14 350.32 0.63 0.62
Hex DB 5F 73 0 39 2F E 15E 3F 3E
Octal 333 137 163 0 71 57 16 536 77 76
Binary 11011011 1011111 1110011 0 111001 101111 1110 101011110 111111 111110

Color Harmonies of #DB5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F73

Black with #DB5F73

Text Example


Text Example

White with #DB5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F73; }

 p { color: rgb(219,95,115); }

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

background-color css

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

 a { background-color: rgb(219,95,115); }

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

border-color css

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

 span { border-color: rgb(219,95,115); }

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