Html Css Color HEX #D0757A Froly

📋 copy color: '#D0757A'

red 208 ◦ green 117 ◦ blue 122

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

Shades of Froly #D0757A

Tints of Froly #D0757A

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

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

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

R = 46.53%
G = 26.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0757A (or 0xD0757A) is known color: Froly. HEX triplet: D0, 75 and 7A. RGB value is (208,117,122). Sum of RGB (Red+Green+Blue) = 208+117+122=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757A is #2F8A85. Grayscale: #909090. Windows color (decimal): -3115654 or 8025552. OLE color: 8025552.

HSL color Cylindrical-coordinate representation of color #D0757A: hue angle of 356.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0757A is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 122 -
CMYK 0 0.44 0.41 0.18
HSL 356.7º 0.49% 0.64% -
HSV(B) 356.7º 0.44% 0.82% -
XYZ 35.89 27.54 21.84 -
YUV 144.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 208 117 122 0 0.44 0.41 0.18 356.7 0.49 0.64
Hex D0 75 7A 0 2C 29 12 165 31 40
Octal 320 165 172 0 54 51 22 545 61 100
Binary 11010000 1110101 1111010 0 101100 101001 10010 101100101 110001 1000000

Color Harmonies of #D0757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0757A

Black with #D0757A

Text Example


Text Example

White with #D0757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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