Html Css Color HEX #DB6970 Froly

📋 copy color: '#DB6970'

red 219 ◦ green 105 ◦ blue 112

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

Shades of Froly #DB6970

Tints of Froly #DB6970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 50.23%
G = 24.08%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB6970 (or 0xDB6970) is known color: Froly. HEX triplet: DB, 69 and 70. RGB value is (219,105,112). Sum of RGB (Red+Green+Blue) = 219+105+112=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6970 is #24968F. Grayscale: #8B8B8B. Windows color (decimal): -2397840 or 7367131. OLE color: 7367131.

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

Color convert

RGB 219 105 112 -
CMYK 0 0.52 0.49 0.14
HSL 356.32º 0.61% 0.64% -
HSV(B) 356.32º 0.52% 0.86% -
XYZ 37.19 26.33 18.45 -
YUV 139.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 219 105 112 0 0.52 0.49 0.14 356.32 0.61 0.64
Hex DB 69 70 0 34 31 E 164 3D 40
Octal 333 151 160 0 64 61 16 544 75 100
Binary 11011011 1101001 1110000 0 110100 110001 1110 101100100 111101 1000000

Color Harmonies of #DB6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6970

Black with #DB6970

Text Example


Text Example

White with #DB6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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