Html Css Color HEX #D0708F Charm

📋 copy color: '#D0708F'

red 208 ◦ green 112 ◦ blue 143

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

Shades of Charm #D0708F

Tints of Charm #D0708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 44.92%
G = 24.19%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0708F (or 0xD0708F) is known color: Charm. HEX triplet: D0, 70 and 8F. RGB value is (208,112,143). Sum of RGB (Red+Green+Blue) = 208+112+143=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0708F is #2F8F70. Grayscale: #909090. Windows color (decimal): -3116913 or 9400528. OLE color: 9400528.

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

Color convert

RGB 208 112 143 -
CMYK 0 0.46 0.31 0.18
HSL 340.63º 0.51% 0.63% -
HSV(B) 340.63º 0.46% 0.82% -
XYZ 36.76 26.98 29.26 -
YUV 144.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 208 112 143 0 0.46 0.31 0.18 340.63 0.51 0.63
Hex D0 70 8F 0 2E 1F 12 155 33 3F
Octal 320 160 217 0 56 37 22 525 63 77
Binary 11010000 1110000 10001111 0 101110 11111 10010 101010101 110011 111111

Color Harmonies of #D0708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0708F

Black with #D0708F

Text Example


Text Example

White with #D0708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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