Html Css Color HEX #D0758E Charm

📋 copy color: '#D0758E'

red 208 ◦ green 117 ◦ blue 142

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

Shades of Charm #D0758E

Tints of Charm #D0758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 44.54%
G = 25.05%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0758E (or 0xD0758E) is known color: Charm. HEX triplet: D0, 75 and 8E. RGB value is (208,117,142). Sum of RGB (Red+Green+Blue) = 208+117+142=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758E is #2F8A71. Grayscale: #939393. Windows color (decimal): -3115634 or 9336272. OLE color: 9336272.

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

Color convert

RGB 208 117 142 -
CMYK 0 0.44 0.32 0.18
HSL 343.52º 0.49% 0.64% -
HSV(B) 343.52º 0.44% 0.82% -
XYZ 37.26 28.09 29.05 -
YUV 147.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 208 117 142 0 0.44 0.32 0.18 343.52 0.49 0.64
Hex D0 75 8E 0 2C 20 12 158 31 40
Octal 320 165 216 0 54 40 22 530 61 100
Binary 11010000 1110101 10001110 0 101100 100000 10010 101011000 110001 1000000

Color Harmonies of #D0758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0758E

Black with #D0758E

Text Example


Text Example

White with #D0758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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