Html Css Color HEX #DB6278 Froly

📋 copy color: '#DB6278'

red 219 ◦ green 98 ◦ blue 120

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

Shades of Froly #DB6278

Tints of Froly #DB6278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.43%

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 50.11%
G = 22.43%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB6278 (or 0xDB6278) is known color: Froly. HEX triplet: DB, 62 and 78. RGB value is (219,98,120). Sum of RGB (Red+Green+Blue) = 219+98+120=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6278 is #249D87. Grayscale: #888888. Windows color (decimal): -2399624 or 7889627. OLE color: 7889627.

HSL color Cylindrical-coordinate representation of color #DB6278: hue angle of 349.09º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6278 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 120 -
CMYK 0 0.55 0.45 0.14
HSL 349.09º 0.63% 0.62% -
HSV(B) 349.09º 0.55% 0.86% -
XYZ 36.97 25.15 20.68 -
YUV 136.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 219 98 120 0 0.55 0.45 0.14 349.09 0.63 0.62
Hex DB 62 78 0 37 2D E 15D 3F 3E
Octal 333 142 170 0 67 55 16 535 77 76
Binary 11011011 1100010 1111000 0 110111 101101 1110 101011101 111111 111110

Color Harmonies of #DB6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6278

Black with #DB6278

Text Example


Text Example

White with #DB6278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6278; }

 p { color: rgb(219,98,120); }

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

background-color css

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

 a { background-color: rgb(219,98,120); }

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

border-color css

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

 span { border-color: rgb(219,98,120); }

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