Html Css Color HEX #DB6972 Froly

📋 copy color: '#DB6972'

red 219 ◦ green 105 ◦ blue 114

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

Shades of Froly #DB6972

Tints of Froly #DB6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 50%
G = 23.97%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB6972 (or 0xDB6972) is known color: Froly. HEX triplet: DB, 69 and 72. RGB value is (219,105,114). Sum of RGB (Red+Green+Blue) = 219+105+114=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6972 is #24968D. Grayscale: #8C8C8C. Windows color (decimal): -2397838 or 7498203. OLE color: 7498203.

HSL color Cylindrical-coordinate representation of color #DB6972: hue angle of 355.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6972 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 114 -
CMYK 0 0.52 0.48 0.14
HSL 355.26º 0.61% 0.64% -
HSV(B) 355.26º 0.52% 0.86% -
XYZ 37.3 26.38 19.05 -
YUV 140.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 219 105 114 0 0.52 0.48 0.14 355.26 0.61 0.64
Hex DB 69 72 0 34 30 E 163 3D 40
Octal 333 151 162 0 64 60 16 543 75 100
Binary 11011011 1101001 1110010 0 110100 110000 1110 101100011 111101 1000000

Color Harmonies of #DB6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6972

Black with #DB6972

Text Example


Text Example

White with #DB6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6972; }

 p { color: rgb(219,105,114); }

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

background-color css

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

 a { background-color: rgb(219,105,114); }

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

border-color css

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

 span { border-color: rgb(219,105,114); }

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