Html Css Color HEX #DB717B Froly

📋 copy color: '#DB717B'

red 219 ◦ green 113 ◦ blue 123

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

Shades of Froly #DB717B

Tints of Froly #DB717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 48.13%
G = 24.84%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB717B (or 0xDB717B) is known color: Froly. HEX triplet: DB, 71 and 7B. RGB value is (219,113,123). Sum of RGB (Red+Green+Blue) = 219+113+123=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB717B is #248E84. Grayscale: #919191. Windows color (decimal): -2395781 or 8090075. OLE color: 8090075.

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

Color convert

RGB 219 113 123 -
CMYK 0 0.48 0.44 0.14
HSL 354.34º 0.6% 0.65% -
HSV(B) 354.34º 0.48% 0.86% -
XYZ 38.69 28.3 22.16 -
YUV 145.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 219 113 123 0 0.48 0.44 0.14 354.34 0.6 0.65
Hex DB 71 7B 0 30 2C E 162 3C 41
Octal 333 161 173 0 60 54 16 542 74 101
Binary 11011011 1110001 1111011 0 110000 101100 1110 101100010 111100 1000001

Color Harmonies of #DB717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB717B

Black with #DB717B

Text Example


Text Example

White with #DB717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB717B; }

 p { color: rgb(219,113,123); }

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

background-color css

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

 a { background-color: rgb(219,113,123); }

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

border-color css

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

 span { border-color: rgb(219,113,123); }

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