Html Css Color HEX #DB6578 Froly

📋 copy color: '#DB6578'

red 219 ◦ green 101 ◦ blue 120

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

Shades of Froly #DB6578

Tints of Froly #DB6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 49.77%
G = 22.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB6578 (or 0xDB6578) is known color: Froly. HEX triplet: DB, 65 and 78. RGB value is (219,101,120). Sum of RGB (Red+Green+Blue) = 219+101+120=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6578 is #249A87. Grayscale: #8A8A8A. Windows color (decimal): -2398856 or 7890395. OLE color: 7890395.

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

Color convert

RGB 219 101 120 -
CMYK 0 0.54 0.45 0.14
HSL 350.34º 0.62% 0.63% -
HSV(B) 350.34º 0.54% 0.86% -
XYZ 37.26 25.72 20.77 -
YUV 138.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 219 101 120 0 0.54 0.45 0.14 350.34 0.62 0.63
Hex DB 65 78 0 36 2D E 15E 3E 3F
Octal 333 145 170 0 66 55 16 536 76 77
Binary 11011011 1100101 1111000 0 110110 101101 1110 101011110 111110 111111

Color Harmonies of #DB6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6578

Black with #DB6578

Text Example


Text Example

White with #DB6578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6578; }

 p { color: rgb(219,101,120); }

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

background-color css

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

 a { background-color: rgb(219,101,120); }

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

border-color css

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

 span { border-color: rgb(219,101,120); }

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