Html Css Color HEX #D0708D Charm

📋 copy color: '#D0708D'

red 208 ◦ green 112 ◦ blue 141

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

Shades of Charm #D0708D

Tints of Charm #D0708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 45.12%
G = 24.3%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0708D (or 0xD0708D) is known color: Charm. HEX triplet: D0, 70 and 8D. RGB value is (208,112,141). Sum of RGB (Red+Green+Blue) = 208+112+141=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0708D is #2F8F72. Grayscale: #8F8F8F. Windows color (decimal): -3116915 or 9269456. OLE color: 9269456.

HSL color Cylindrical-coordinate representation of color #D0708D: hue angle of 341.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0708D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 141 -
CMYK 0 0.46 0.32 0.18
HSL 341.88º 0.51% 0.63% -
HSV(B) 341.88º 0.46% 0.82% -
XYZ 36.61 26.92 28.47 -
YUV 144.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 208 112 141 0 0.46 0.32 0.18 341.88 0.51 0.63
Hex D0 70 8D 0 2E 20 12 156 33 3F
Octal 320 160 215 0 56 40 22 526 63 77
Binary 11010000 1110000 10001101 0 101110 100000 10010 101010110 110011 111111

Color Harmonies of #D0708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0708D

Black with #D0708D

Text Example


Text Example

White with #D0708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0708D; }

 p { color: rgb(208,112,141); }

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

background-color css

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

 a { background-color: rgb(208,112,141); }

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

border-color css

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

 span { border-color: rgb(208,112,141); }

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