Html Css Color HEX #DB5F70 Froly

📋 copy color: '#DB5F70'

red 219 ◦ green 95 ◦ blue 112

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

Shades of Froly #DB5F70

Tints of Froly #DB5F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 51.41%
G = 22.3%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB5F70 (or 0xDB5F70) is known color: Froly. HEX triplet: DB, 5F and 70. RGB value is (219,95,112). Sum of RGB (Red+Green+Blue) = 219+95+112=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F70 is #24A08F. Grayscale: #868686. Windows color (decimal): -2400400 or 7364571. OLE color: 7364571.

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

Color convert

RGB 219 95 112 -
CMYK 0 0.57 0.49 0.14
HSL 351.77º 0.63% 0.62% -
HSV(B) 351.77º 0.57% 0.86% -
XYZ 36.23 24.41 18.13 -
YUV 134.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 219 95 112 0 0.57 0.49 0.14 351.77 0.63 0.62
Hex DB 5F 70 0 39 31 E 160 3F 3E
Octal 333 137 160 0 71 61 16 540 77 76
Binary 11011011 1011111 1110000 0 111001 110001 1110 101100000 111111 111110

Color Harmonies of #DB5F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F70

Black with #DB5F70

Text Example


Text Example

White with #DB5F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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