Html Css Color HEX #DB6674 Froly

📋 copy color: '#DB6674'

red 219 ◦ green 102 ◦ blue 116

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

Shades of Froly #DB6674

Tints of Froly #DB6674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 50.11%
G = 23.34%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB6674 (or 0xDB6674) is known color: Froly. HEX triplet: DB, 66 and 74. RGB value is (219,102,116). Sum of RGB (Red+Green+Blue) = 219+102+116=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6674 is #24998B. Grayscale: #8A8A8A. Windows color (decimal): -2398604 or 7628507. OLE color: 7628507.

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

Color convert

RGB 219 102 116 -
CMYK 0 0.53 0.47 0.14
HSL 352.82º 0.62% 0.63% -
HSV(B) 352.82º 0.53% 0.86% -
XYZ 37.12 25.82 19.55 -
YUV 138.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 219 102 116 0 0.53 0.47 0.14 352.82 0.62 0.63
Hex DB 66 74 0 35 2F E 161 3E 3F
Octal 333 146 164 0 65 57 16 541 76 77
Binary 11011011 1100110 1110100 0 110101 101111 1110 101100001 111110 111111

Color Harmonies of #DB6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6674

Black with #DB6674

Text Example


Text Example

White with #DB6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6674; }

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

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

background-color css

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

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

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

border-color css

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

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

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