Html Css Color HEX #D0758A Charm

📋 copy color: '#D0758A'

red 208 ◦ green 117 ◦ blue 138

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

Shades of Charm #D0758A

Tints of Charm #D0758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 44.92%
G = 25.27%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0758A (or 0xD0758A) is known color: Charm. HEX triplet: D0, 75 and 8A. RGB value is (208,117,138). Sum of RGB (Red+Green+Blue) = 208+117+138=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758A is #2F8A75. Grayscale: #929292. Windows color (decimal): -3115638 or 9074128. OLE color: 9074128.

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

Color convert

RGB 208 117 138 -
CMYK 0 0.44 0.34 0.18
HSL 346.15º 0.49% 0.64% -
HSV(B) 346.15º 0.44% 0.82% -
XYZ 36.96 27.97 27.49 -
YUV 146.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 208 117 138 0 0.44 0.34 0.18 346.15 0.49 0.64
Hex D0 75 8A 0 2C 22 12 15A 31 40
Octal 320 165 212 0 54 42 22 532 61 100
Binary 11010000 1110101 10001010 0 101100 100010 10010 101011010 110001 1000000

Color Harmonies of #D0758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0758A

Black with #D0758A

Text Example


Text Example

White with #D0758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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