Html Css Color HEX #DB5F6D Froly

📋 copy color: '#DB5F6D'

red 219 ◦ green 95 ◦ blue 109

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

Shades of Froly #DB5F6D

Tints of Froly #DB5F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 51.77%
G = 22.46%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB5F6D (or 0xDB5F6D) is known color: Froly. HEX triplet: DB, 5F and 6D. RGB value is (219,95,109). Sum of RGB (Red+Green+Blue) = 219+95+109=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F6D is #24A092. Grayscale: #858585. Windows color (decimal): -2400403 or 7167963. OLE color: 7167963.

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

Color convert

RGB 219 95 109 -
CMYK 0 0.57 0.50 0.14
HSL 353.23º 0.63% 0.62% -
HSV(B) 353.23º 0.57% 0.86% -
XYZ 36.07 24.35 17.27 -
YUV 133.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 219 95 109 0 0.57 0.50 0.14 353.23 0.63 0.62
Hex DB 5F 6D 0 39 32 E 161 3F 3E
Octal 333 137 155 0 71 62 16 541 77 76
Binary 11011011 1011111 1101101 0 111001 110010 1110 101100001 111111 111110

Color Harmonies of #DB5F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F6D

Black with #DB5F6D

Text Example


Text Example

White with #DB5F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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