Html Css Color HEX #DB6479 Froly

📋 copy color: '#DB6479'

red 219 ◦ green 100 ◦ blue 121

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

Shades of Froly #DB6479

Tints of Froly #DB6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 49.77%
G = 22.73%
B = 27.5%

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

#DB6479 (or 0xDB6479) is known color: Froly. HEX triplet: DB, 64 and 79. RGB value is (219,100,121). Sum of RGB (Red+Green+Blue) = 219+100+121=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6479 is #249B86. Grayscale: #8A8A8A. Windows color (decimal): -2399111 or 7955675. OLE color: 7955675.

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

Color convert

RGB 219 100 121 -
CMYK 0 0.54 0.45 0.14
HSL 349.41º 0.62% 0.63% -
HSV(B) 349.41º 0.54% 0.86% -
XYZ 37.22 25.55 21.06 -
YUV 137.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 219 100 121 0 0.54 0.45 0.14 349.41 0.62 0.63
Hex DB 64 79 0 36 2D E 15D 3E 3F
Octal 333 144 171 0 66 55 16 535 76 77
Binary 11011011 1100100 1111001 0 110110 101101 1110 101011101 111110 111111

Color Harmonies of #DB6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6479

Black with #DB6479

Text Example


Text Example

White with #DB6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6479; }

 p { color: rgb(219,100,121); }

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

background-color css

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

 a { background-color: rgb(219,100,121); }

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

border-color css

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

 span { border-color: rgb(219,100,121); }

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