Html Css Color HEX #D0687D Charm

📋 copy color: '#D0687D'

red 208 ◦ green 104 ◦ blue 125

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

Shades of Charm #D0687D

Tints of Charm #D0687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 47.6%
G = 23.8%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0687D (or 0xD0687D) is known color: Charm. HEX triplet: D0, 68 and 7D. RGB value is (208,104,125). Sum of RGB (Red+Green+Blue) = 208+104+125=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687D is #2F9782. Grayscale: #898989. Windows color (decimal): -3118979 or 8218832. OLE color: 8218832.

HSL color Cylindrical-coordinate representation of color #D0687D: hue angle of 347.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0687D is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 125 -
CMYK 0 0.5 0.40 0.18
HSL 347.88º 0.53% 0.61% -
HSV(B) 347.88º 0.5% 0.82% -
XYZ 34.66 24.79 22.36 -
YUV 137.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 208 104 125 0 0.5 0.40 0.18 347.88 0.53 0.61
Hex D0 68 7D 0 32 28 12 15C 35 3D
Octal 320 150 175 0 62 50 22 534 65 75
Binary 11010000 1101000 1111101 0 110010 101000 10010 101011100 110101 111101

Color Harmonies of #D0687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0687D

Black with #D0687D

Text Example


Text Example

White with #D0687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0687D; }

 p { color: rgb(208,104,125); }

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

background-color css

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

 a { background-color: rgb(208,104,125); }

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

border-color css

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

 span { border-color: rgb(208,104,125); }

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