Html Css Color HEX #DB6470 Froly

📋 copy color: '#DB6470'

red 219 ◦ green 100 ◦ blue 112

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

Shades of Froly #DB6470

Tints of Froly #DB6470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 50.81%
G = 23.2%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB6470 (or 0xDB6470) is known color: Froly. HEX triplet: DB, 64 and 70. RGB value is (219,100,112). Sum of RGB (Red+Green+Blue) = 219+100+112=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6470 is #249B8F. Grayscale: #898989. Windows color (decimal): -2399120 or 7365851. OLE color: 7365851.

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

Color convert

RGB 219 100 112 -
CMYK 0 0.54 0.49 0.14
HSL 353.95º 0.62% 0.63% -
HSV(B) 353.95º 0.54% 0.86% -
XYZ 36.7 25.34 18.29 -
YUV 136.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 219 100 112 0 0.54 0.49 0.14 353.95 0.62 0.63
Hex DB 64 70 0 36 31 E 162 3E 3F
Octal 333 144 160 0 66 61 16 542 76 77
Binary 11011011 1100100 1110000 0 110110 110001 1110 101100010 111110 111111

Color Harmonies of #DB6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6470

Black with #DB6470

Text Example


Text Example

White with #DB6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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