Html Css Color HEX #D0757E Charm

📋 copy color: '#D0757E'

red 208 ◦ green 117 ◦ blue 126

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

Shades of Charm #D0757E

Tints of Charm #D0757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 46.12%
G = 25.94%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0757E (or 0xD0757E) is known color: Charm. HEX triplet: D0, 75 and 7E. RGB value is (208,117,126). Sum of RGB (Red+Green+Blue) = 208+117+126=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757E is #2F8A81. Grayscale: #919191. Windows color (decimal): -3115650 or 8287696. OLE color: 8287696.

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

Color convert

RGB 208 117 126 -
CMYK 0 0.44 0.39 0.18
HSL 354.07º 0.49% 0.64% -
HSV(B) 354.07º 0.44% 0.82% -
XYZ 36.14 27.64 23.17 -
YUV 145.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 208 117 126 0 0.44 0.39 0.18 354.07 0.49 0.64
Hex D0 75 7E 0 2C 27 12 162 31 40
Octal 320 165 176 0 54 47 22 542 61 100
Binary 11010000 1110101 1111110 0 101100 100111 10010 101100010 110001 1000000

Color Harmonies of #D0757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0757E

Black with #D0757E

Text Example


Text Example

White with #D0757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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