Html Css Color HEX #DB667C Froly

📋 copy color: '#DB667C'

red 219 ◦ green 102 ◦ blue 124

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

Shades of Froly #DB667C

Tints of Froly #DB667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 49.21%
G = 22.92%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB667C (or 0xDB667C) is known color: Froly. HEX triplet: DB, 66 and 7C. RGB value is (219,102,124). Sum of RGB (Red+Green+Blue) = 219+102+124=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB667C is #249983. Grayscale: #8B8B8B. Windows color (decimal): -2398596 or 8152795. OLE color: 8152795.

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

Color convert

RGB 219 102 124 -
CMYK 0 0.53 0.43 0.14
HSL 348.72º 0.62% 0.63% -
HSV(B) 348.72º 0.53% 0.86% -
XYZ 37.6 26.02 22.11 -
YUV 139.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 219 102 124 0 0.53 0.43 0.14 348.72 0.62 0.63
Hex DB 66 7C 0 35 2B E 15D 3E 3F
Octal 333 146 174 0 65 53 16 535 76 77
Binary 11011011 1100110 1111100 0 110101 101011 1110 101011101 111110 111111

Color Harmonies of #DB667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB667C

Black with #DB667C

Text Example


Text Example

White with #DB667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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