Html Css Color HEX #DB666B Froly

📋 copy color: '#DB666B'

red 219 ◦ green 102 ◦ blue 107

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

Shades of Froly #DB666B

Tints of Froly #DB666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 51.17%
G = 23.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB666B (or 0xDB666B) is known color: Froly. HEX triplet: DB, 66 and 6B. RGB value is (219,102,107). Sum of RGB (Red+Green+Blue) = 219+102+107=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB666B is #249994. Grayscale: #898989. Windows color (decimal): -2398613 or 7038683. OLE color: 7038683.

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

Color convert

RGB 219 102 107 -
CMYK 0 0.53 0.51 0.14
HSL 357.44º 0.62% 0.63% -
HSV(B) 357.44º 0.53% 0.86% -
XYZ 36.62 25.62 16.93 -
YUV 137.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 219 102 107 0 0.53 0.51 0.14 357.44 0.62 0.63
Hex DB 66 6B 0 35 33 E 165 3E 3F
Octal 333 146 153 0 65 63 16 545 76 77
Binary 11011011 1100110 1101011 0 110101 110011 1110 101100101 111110 111111

Color Harmonies of #DB666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB666B

Black with #DB666B

Text Example


Text Example

White with #DB666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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