Html Css Color HEX #DB6679 Froly

📋 copy color: '#DB6679'

red 219 ◦ green 102 ◦ blue 121

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

Shades of Froly #DB6679

Tints of Froly #DB6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 49.55%
G = 23.08%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB6679 (or 0xDB6679) is known color: Froly. HEX triplet: DB, 66 and 79. RGB value is (219,102,121). Sum of RGB (Red+Green+Blue) = 219+102+121=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6679 is #249986. Grayscale: #8B8B8B. Windows color (decimal): -2398599 or 7956187. OLE color: 7956187.

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

Color convert

RGB 219 102 121 -
CMYK 0 0.53 0.45 0.14
HSL 350.26º 0.62% 0.63% -
HSV(B) 350.26º 0.53% 0.86% -
XYZ 37.42 25.94 21.12 -
YUV 139.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 219 102 121 0 0.53 0.45 0.14 350.26 0.62 0.63
Hex DB 66 79 0 35 2D E 15E 3E 3F
Octal 333 146 171 0 65 55 16 536 76 77
Binary 11011011 1100110 1111001 0 110101 101101 1110 101011110 111110 111111

Color Harmonies of #DB6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6679

Black with #DB6679

Text Example


Text Example

White with #DB6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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