Html Css Color HEX #DB6475 Froly

📋 copy color: '#DB6475'

red 219 ◦ green 100 ◦ blue 117

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

Shades of Froly #DB6475

Tints of Froly #DB6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 50.23%
G = 22.94%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB6475 (or 0xDB6475) is known color: Froly. HEX triplet: DB, 64 and 75. RGB value is (219,100,117). Sum of RGB (Red+Green+Blue) = 219+100+117=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6475 is #249B8A. Grayscale: #898989. Windows color (decimal): -2399115 or 7693531. OLE color: 7693531.

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

Color convert

RGB 219 100 117 -
CMYK 0 0.54 0.47 0.14
HSL 351.43º 0.62% 0.63% -
HSV(B) 351.43º 0.54% 0.86% -
XYZ 36.98 25.46 19.79 -
YUV 137.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 219 100 117 0 0.54 0.47 0.14 351.43 0.62 0.63
Hex DB 64 75 0 36 2F E 15F 3E 3F
Octal 333 144 165 0 66 57 16 537 76 77
Binary 11011011 1100100 1110101 0 110110 101111 1110 101011111 111110 111111

Color Harmonies of #DB6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6475

Black with #DB6475

Text Example


Text Example

White with #DB6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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