Html Css Color HEX #DB6466 Froly

📋 copy color: '#DB6466'

red 219 ◦ green 100 ◦ blue 102

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

Shades of Froly #DB6466

Tints of Froly #DB6466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 52.02%
G = 23.75%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6466 (or 0xDB6466) is known color: Froly. HEX triplet: DB, 64 and 66. RGB value is (219,100,102). Sum of RGB (Red+Green+Blue) = 219+100+102=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6466 is #249B99. Grayscale: #878787. Windows color (decimal): -2399130 or 6710491. OLE color: 6710491.

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

Color convert

RGB 219 100 102 -
CMYK 0 0.54 0.53 0.14
HSL 358.99º 0.62% 0.63% -
HSV(B) 358.99º 0.54% 0.86% -
XYZ 36.17 25.13 15.52 -
YUV 135.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 219 100 102 0 0.54 0.53 0.14 358.99 0.62 0.63
Hex DB 64 66 0 36 35 E 167 3E 3F
Octal 333 144 146 0 66 65 16 547 76 77
Binary 11011011 1100100 1100110 0 110110 110101 1110 101100111 111110 111111

Color Harmonies of #DB6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6466

Black with #DB6466

Text Example


Text Example

White with #DB6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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