Html Css Color HEX #D0687A Charm

📋 copy color: '#D0687A'

red 208 ◦ green 104 ◦ blue 122

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

Shades of Charm #D0687A

Tints of Charm #D0687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 47.93%
G = 23.96%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0687A (or 0xD0687A) is known color: Charm. HEX triplet: D0, 68 and 7A. RGB value is (208,104,122). Sum of RGB (Red+Green+Blue) = 208+104+122=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687A is #2F9785. Grayscale: #898989. Windows color (decimal): -3118982 or 8022224. OLE color: 8022224.

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

Color convert

RGB 208 104 122 -
CMYK 0 0.5 0.41 0.18
HSL 349.62º 0.53% 0.61% -
HSV(B) 349.62º 0.5% 0.82% -
XYZ 34.48 24.72 21.37 -
YUV 137.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 208 104 122 0 0.5 0.41 0.18 349.62 0.53 0.61
Hex D0 68 7A 0 32 29 12 15E 35 3D
Octal 320 150 172 0 62 51 22 536 65 75
Binary 11010000 1101000 1111010 0 110010 101001 10010 101011110 110101 111101

Color Harmonies of #D0687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0687A

Black with #D0687A

Text Example


Text Example

White with #D0687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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