Html Css Color HEX #DB6474 Froly

📋 copy color: '#DB6474'

red 219 ◦ green 100 ◦ blue 116

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

Shades of Froly #DB6474

Tints of Froly #DB6474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 50.34%
G = 22.99%
B = 26.67%

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

#DB6474 (or 0xDB6474) is known color: Froly. HEX triplet: DB, 64 and 74. RGB value is (219,100,116). Sum of RGB (Red+Green+Blue) = 219+100+116=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6474 is #249B8B. Grayscale: #898989. Windows color (decimal): -2399116 or 7627995. OLE color: 7627995.

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

Color convert

RGB 219 100 116 -
CMYK 0 0.54 0.47 0.14
HSL 351.93º 0.62% 0.63% -
HSV(B) 351.93º 0.54% 0.86% -
XYZ 36.92 25.44 19.49 -
YUV 137.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 219 100 116 0 0.54 0.47 0.14 351.93 0.62 0.63
Hex DB 64 74 0 36 2F E 160 3E 3F
Octal 333 144 164 0 66 57 16 540 76 77
Binary 11011011 1100100 1110100 0 110110 101111 1110 101100000 111110 111111

Color Harmonies of #DB6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6474

Black with #DB6474

Text Example


Text Example

White with #DB6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6474; }

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

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

background-color css

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

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

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

border-color css

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

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

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