Html Css Color HEX #D2697D Charm

📋 copy color: '#D2697D'

red 210 ◦ green 105 ◦ blue 125

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

Shades of Charm #D2697D

Tints of Charm #D2697D

RGB

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

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

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

R = 47.73%
G = 23.86%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2697D (or 0xD2697D) is known color: Charm. HEX triplet: D2, 69 and 7D. RGB value is (210,105,125). Sum of RGB (Red+Green+Blue) = 210+105+125=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2697D is #2D9682. Grayscale: #8A8A8A. Windows color (decimal): -2987651 or 8219090. OLE color: 8219090.

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

Color convert

RGB 210 105 125 -
CMYK 0 0.50 0.40 0.18
HSL 348.57º 0.54% 0.62% -
HSV(B) 348.57º 0.5% 0.82% -
XYZ 35.33 25.29 22.42 -
YUV 138.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 210 105 125 0 0.50 0.40 0.18 348.57 0.54 0.62
Hex D2 69 7D 0 32 28 12 15D 36 3E
Octal 322 151 175 0 62 50 22 535 66 76
Binary 11010010 1101001 1111101 0 110010 101000 10010 101011101 110110 111110

Color Harmonies of #D2697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2697D

Black with #D2697D

Text Example


Text Example

White with #D2697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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