Html Css Color HEX #D0758B Charm

📋 copy color: '#D0758B'

red 208 ◦ green 117 ◦ blue 139

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

Shades of Charm #D0758B

Tints of Charm #D0758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 44.83%
G = 25.22%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0758B (or 0xD0758B) is known color: Charm. HEX triplet: D0, 75 and 8B. RGB value is (208,117,139). Sum of RGB (Red+Green+Blue) = 208+117+139=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758B is #2F8A74. Grayscale: #929292. Windows color (decimal): -3115637 or 9139664. OLE color: 9139664.

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

Color convert

RGB 208 117 139 -
CMYK 0 0.44 0.33 0.18
HSL 345.49º 0.49% 0.64% -
HSV(B) 345.49º 0.44% 0.82% -
XYZ 37.03 28 27.88 -
YUV 146.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 208 117 139 0 0.44 0.33 0.18 345.49 0.49 0.64
Hex D0 75 8B 0 2C 21 12 159 31 40
Octal 320 165 213 0 54 41 22 531 61 100
Binary 11010000 1110101 10001011 0 101100 100001 10010 101011001 110001 1000000

Color Harmonies of #D0758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0758B

Black with #D0758B

Text Example


Text Example

White with #D0758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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