Html Css Color HEX #D07E87 Charm

📋 copy color: '#D07E87'

red 208 ◦ green 126 ◦ blue 135

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

Shades of Charm #D07E87

Tints of Charm #D07E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 135 (53.13% from 255) = 28.78%

R = 44.35%
G = 26.87%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D07E87 (or 0xD07E87) is known color: Charm. HEX triplet: D0, 7E and 87. RGB value is (208,126,135). Sum of RGB (Red+Green+Blue) = 208+126+135=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E87 is #2F8178. Grayscale: #979797. Windows color (decimal): -3113337 or 8879824. OLE color: 8879824.

HSL color Cylindrical-coordinate representation of color #D07E87: hue angle of 353.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E87 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 135 -
CMYK 0 0.39 0.35 0.18
HSL 353.41º 0.47% 0.65% -
HSV(B) 353.41º 0.39% 0.82% -
XYZ 37.85 30.08 26.73 -
YUV 151.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 208 126 135 0 0.39 0.35 0.18 353.41 0.47 0.65
Hex D0 7E 87 0 27 23 12 161 2F 41
Octal 320 176 207 0 47 43 22 541 57 101
Binary 11010000 1111110 10000111 0 100111 100011 10010 101100001 101111 1000001

Color Harmonies of #D07E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E87

Black with #D07E87

Text Example


Text Example

White with #D07E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E87; }

 p { color: rgb(208,126,135); }

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

background-color css

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

 a { background-color: rgb(208,126,135); }

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

border-color css

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

 span { border-color: rgb(208,126,135); }

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