Html Css Color HEX #D07F87 Charm

📋 copy color: '#D07F87'

red 208 ◦ green 127 ◦ blue 135

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

Shades of Charm #D07F87

Tints of Charm #D07F87

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

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

R = 44.26%
G = 27.02%
B = 28.72%

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

#D07F87 (or 0xD07F87) is known color: Charm. HEX triplet: D0, 7F and 87. RGB value is (208,127,135). Sum of RGB (Red+Green+Blue) = 208+127+135=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F87 is #2F8078. Grayscale: #989898. Windows color (decimal): -3113081 or 8880080. OLE color: 8880080.

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

Color convert

RGB 208 127 135 -
CMYK 0 0.39 0.35 0.18
HSL 354.07º 0.46% 0.66% -
HSV(B) 354.07º 0.39% 0.82% -
XYZ 37.97 30.34 26.78 -
YUV 152.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 208 127 135 0 0.39 0.35 0.18 354.07 0.46 0.66
Hex D0 7F 87 0 27 23 12 162 2E 42
Octal 320 177 207 0 47 43 22 542 56 102
Binary 11010000 1111111 10000111 0 100111 100011 10010 101100010 101110 1000010

Color Harmonies of #D07F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F87

Black with #D07F87

Text Example


Text Example

White with #D07F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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