Html Css Color HEX #DB757B Froly

📋 copy color: '#DB757B'

red 219 ◦ green 117 ◦ blue 123

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

Shades of Froly #DB757B

Tints of Froly #DB757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 47.71%
G = 25.49%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB757B (or 0xDB757B) is known color: Froly. HEX triplet: DB, 75 and 7B. RGB value is (219,117,123). Sum of RGB (Red+Green+Blue) = 219+117+123=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB757B is #248A84. Grayscale: #949494. Windows color (decimal): -2394757 or 8091099. OLE color: 8091099.

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

Color convert

RGB 219 117 123 -
CMYK 0 0.47 0.44 0.14
HSL 356.47º 0.59% 0.66% -
HSV(B) 356.47º 0.47% 0.86% -
XYZ 39.15 29.21 22.31 -
YUV 148.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 219 117 123 0 0.47 0.44 0.14 356.47 0.59 0.66
Hex DB 75 7B 0 2F 2C E 164 3B 42
Octal 333 165 173 0 57 54 16 544 73 102
Binary 11011011 1110101 1111011 0 101111 101100 1110 101100100 111011 1000010

Color Harmonies of #DB757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB757B

Black with #DB757B

Text Example


Text Example

White with #DB757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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