Html Css Color HEX #DB5F6B Froly

📋 copy color: '#DB5F6B'

red 219 ◦ green 95 ◦ blue 107

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

Shades of Froly #DB5F6B

Tints of Froly #DB5F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 52.02%
G = 22.57%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB5F6B (or 0xDB5F6B) is known color: Froly. HEX triplet: DB, 5F and 6B. RGB value is (219,95,107). Sum of RGB (Red+Green+Blue) = 219+95+107=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F6B is #24A094. Grayscale: #858585. Windows color (decimal): -2400405 or 7036891. OLE color: 7036891.

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

Color convert

RGB 219 95 107 -
CMYK 0 0.57 0.51 0.14
HSL 354.19º 0.63% 0.62% -
HSV(B) 354.19º 0.57% 0.86% -
XYZ 35.96 24.31 16.71 -
YUV 133.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 219 95 107 0 0.57 0.51 0.14 354.19 0.63 0.62
Hex DB 5F 6B 0 39 33 E 162 3F 3E
Octal 333 137 153 0 71 63 16 542 77 76
Binary 11011011 1011111 1101011 0 111001 110011 1110 101100010 111111 111110

Color Harmonies of #DB5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F6B

Black with #DB5F6B

Text Example


Text Example

White with #DB5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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