Html Css Color HEX #D0708A Charm

📋 copy color: '#D0708A'

red 208 ◦ green 112 ◦ blue 138

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

Shades of Charm #D0708A

Tints of Charm #D0708A

RGB

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

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

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

R = 45.41%
G = 24.45%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0708A (or 0xD0708A) is known color: Charm. HEX triplet: D0, 70 and 8A. RGB value is (208,112,138). Sum of RGB (Red+Green+Blue) = 208+112+138=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0708A is #2F8F75. Grayscale: #8F8F8F. Windows color (decimal): -3116918 or 9072848. OLE color: 9072848.

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

Color convert

RGB 208 112 138 -
CMYK 0 0.46 0.34 0.18
HSL 343.75º 0.51% 0.63% -
HSV(B) 343.75º 0.46% 0.82% -
XYZ 36.39 26.83 27.31 -
YUV 143.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 208 112 138 0 0.46 0.34 0.18 343.75 0.51 0.63
Hex D0 70 8A 0 2E 22 12 158 33 3F
Octal 320 160 212 0 56 42 22 530 63 77
Binary 11010000 1110000 10001010 0 101110 100010 10010 101011000 110011 111111

Color Harmonies of #D0708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0708A

Black with #D0708A

Text Example


Text Example

White with #D0708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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