Html Css Color HEX #DB667B Froly

📋 copy color: '#DB667B'

red 219 ◦ green 102 ◦ blue 123

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

Shades of Froly #DB667B

Tints of Froly #DB667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 49.32%
G = 22.97%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB667B (or 0xDB667B) is known color: Froly. HEX triplet: DB, 66 and 7B. RGB value is (219,102,123). Sum of RGB (Red+Green+Blue) = 219+102+123=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB667B is #249984. Grayscale: #8B8B8B. Windows color (decimal): -2398597 or 8087259. OLE color: 8087259.

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

Color convert

RGB 219 102 123 -
CMYK 0 0.53 0.44 0.14
HSL 349.23º 0.62% 0.63% -
HSV(B) 349.23º 0.53% 0.86% -
XYZ 37.54 25.99 21.78 -
YUV 139.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 219 102 123 0 0.53 0.44 0.14 349.23 0.62 0.63
Hex DB 66 7B 0 35 2C E 15D 3E 3F
Octal 333 146 173 0 65 54 16 535 76 77
Binary 11011011 1100110 1111011 0 110101 101100 1110 101011101 111110 111111

Color Harmonies of #DB667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB667B

Black with #DB667B

Text Example


Text Example

White with #DB667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB667B; }

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

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

background-color css

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

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

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

border-color css

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

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

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