Html Css Color HEX #DB6875 Froly

📋 copy color: '#DB6875'

red 219 ◦ green 104 ◦ blue 117

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

Shades of Froly #DB6875

Tints of Froly #DB6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 49.77%
G = 23.64%
B = 26.59%

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

#DB6875 (or 0xDB6875) is known color: Froly. HEX triplet: DB, 68 and 75. RGB value is (219,104,117). Sum of RGB (Red+Green+Blue) = 219+104+117=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6875 is #24978A. Grayscale: #8B8B8B. Windows color (decimal): -2398091 or 7694555. OLE color: 7694555.

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

Color convert

RGB 219 104 117 -
CMYK 0 0.53 0.47 0.14
HSL 353.22º 0.61% 0.63% -
HSV(B) 353.22º 0.53% 0.86% -
XYZ 37.37 26.25 19.93 -
YUV 139.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 219 104 117 0 0.53 0.47 0.14 353.22 0.61 0.63
Hex DB 68 75 0 35 2F E 161 3D 3F
Octal 333 150 165 0 65 57 16 541 75 77
Binary 11011011 1101000 1110101 0 110101 101111 1110 101100001 111101 111111

Color Harmonies of #DB6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6875

Black with #DB6875

Text Example


Text Example

White with #DB6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6875; }

 p { color: rgb(219,104,117); }

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

background-color css

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

 a { background-color: rgb(219,104,117); }

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

border-color css

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

 span { border-color: rgb(219,104,117); }

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