Html Css Color HEX #D2697C Charm

📋 copy color: '#D2697C'

red 210 ◦ green 105 ◦ blue 124

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

Shades of Charm #D2697C

Tints of Charm #D2697C

RGB

 RED value IS 210 (82.42% from 255) = 47.84%

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 47.84%
G = 23.92%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2697C (or 0xD2697C) is known color: Charm. HEX triplet: D2, 69 and 7C. RGB value is (210,105,124). Sum of RGB (Red+Green+Blue) = 210+105+124=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2697C is #2D9683. Grayscale: #8A8A8A. Windows color (decimal): -2987652 or 8153554. OLE color: 8153554.

HSL color Cylindrical-coordinate representation of color #D2697C: hue angle of 349.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2697C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 105 124 -
CMYK 0 0.50 0.41 0.18
HSL 349.14º 0.54% 0.62% -
HSV(B) 349.14º 0.5% 0.82% -
XYZ 35.27 25.26 22.09 -
YUV 138.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 210 105 124 0 0.50 0.41 0.18 349.14 0.54 0.62
Hex D2 69 7C 0 32 29 12 15D 36 3E
Octal 322 151 174 0 62 51 22 535 66 76
Binary 11010010 1101001 1111100 0 110010 101001 10010 101011101 110110 111110

Color Harmonies of #D2697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2697C

Black with #D2697C

Text Example


Text Example

White with #D2697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2697C; }

 p { color: rgb(210,105,124); }

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

background-color css

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

 a { background-color: rgb(210,105,124); }

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

border-color css

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

 span { border-color: rgb(210,105,124); }

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