Html Css Color HEX #DB757A Froly

📋 copy color: '#DB757A'

red 219 ◦ green 117 ◦ blue 122

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

Shades of Froly #DB757A

Tints of Froly #DB757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 47.82%
G = 25.55%
B = 26.64%

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

#DB757A (or 0xDB757A) is known color: Froly. HEX triplet: DB, 75 and 7A. RGB value is (219,117,122). Sum of RGB (Red+Green+Blue) = 219+117+122=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB757A is #248A85. Grayscale: #949494. Windows color (decimal): -2394758 or 8025563. OLE color: 8025563.

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

Color convert

RGB 219 117 122 -
CMYK 0 0.47 0.44 0.14
HSL 357.06º 0.59% 0.66% -
HSV(B) 357.06º 0.47% 0.86% -
XYZ 39.09 29.19 21.99 -
YUV 148.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 219 117 122 0 0.47 0.44 0.14 357.06 0.59 0.66
Hex DB 75 7A 0 2F 2C E 165 3B 42
Octal 333 165 172 0 57 54 16 545 73 102
Binary 11011011 1110101 1111010 0 101111 101100 1110 101100101 111011 1000010

Color Harmonies of #DB757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB757A

Black with #DB757A

Text Example


Text Example

White with #DB757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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