Html Css Color HEX #D07086 Charm

📋 copy color: '#D07086'

red 208 ◦ green 112 ◦ blue 134

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

Shades of Charm #D07086

Tints of Charm #D07086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 45.81%
G = 24.67%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D07086 (or 0xD07086) is known color: Charm. HEX triplet: D0, 70 and 86. RGB value is (208,112,134). Sum of RGB (Red+Green+Blue) = 208+112+134=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D07086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07086 is #2F8F79. Grayscale: #8F8F8F. Windows color (decimal): -3116922 or 8810704. OLE color: 8810704.

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

Color convert

RGB 208 112 134 -
CMYK 0 0.46 0.36 0.18
HSL 346.25º 0.51% 0.63% -
HSV(B) 346.25º 0.46% 0.82% -
XYZ 36.11 26.72 25.81 -
YUV 143.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 208 112 134 0 0.46 0.36 0.18 346.25 0.51 0.63
Hex D0 70 86 0 2E 24 12 15A 33 3F
Octal 320 160 206 0 56 44 22 532 63 77
Binary 11010000 1110000 10000110 0 101110 100100 10010 101011010 110011 111111

Color Harmonies of #D07086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07086

Black with #D07086

Text Example


Text Example

White with #D07086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07086; }

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

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

background-color css

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

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

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

border-color css

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

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

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