Html Css Color HEX #D07887 Charm

📋 copy color: '#D07887'

red 208 ◦ green 120 ◦ blue 135

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

Shades of Charm #D07887

Tints of Charm #D07887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.92%

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

R = 44.92%
G = 25.92%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D07887 (or 0xD07887) is known color: Charm. HEX triplet: D0, 78 and 87. RGB value is (208,120,135). Sum of RGB (Red+Green+Blue) = 208+120+135=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07887 is #2F8778. Grayscale: #949494. Windows color (decimal): -3114873 or 8878288. OLE color: 8878288.

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

Color convert

RGB 208 120 135 -
CMYK 0 0.42 0.35 0.18
HSL 349.77º 0.48% 0.64% -
HSV(B) 349.77º 0.42% 0.82% -
XYZ 37.1 28.59 26.49 -
YUV 148.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 208 120 135 0 0.42 0.35 0.18 349.77 0.48 0.64
Hex D0 78 87 0 2A 23 12 15E 30 40
Octal 320 170 207 0 52 43 22 536 60 100
Binary 11010000 1111000 10000111 0 101010 100011 10010 101011110 110000 1000000

Color Harmonies of #D07887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07887

Black with #D07887

Text Example


Text Example

White with #D07887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07887; }

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

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

background-color css

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

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

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

border-color css

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

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

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