Html Css Color HEX #D2738D Charm

📋 copy color: '#D2738D'

red 210 ◦ green 115 ◦ blue 141

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

Shades of Charm #D2738D

Tints of Charm #D2738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 45.06%
G = 24.68%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2738D (or 0xD2738D) is known color: Charm. HEX triplet: D2, 73 and 8D. RGB value is (210,115,141). Sum of RGB (Red+Green+Blue) = 210+115+141=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2738D is #2D8C72. Grayscale: #929292. Windows color (decimal): -2985075 or 9270226. OLE color: 9270226.

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

Color convert

RGB 210 115 141 -
CMYK 0 0.45 0.33 0.18
HSL 343.58º 0.51% 0.64% -
HSV(B) 343.58º 0.45% 0.82% -
XYZ 37.52 27.89 28.6 -
YUV 146.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 210 115 141 0 0.45 0.33 0.18 343.58 0.51 0.64
Hex D2 73 8D 0 2D 21 12 158 33 40
Octal 322 163 215 0 55 41 22 530 63 100
Binary 11010010 1110011 10001101 0 101101 100001 10010 101011000 110011 1000000

Color Harmonies of #D2738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2738D

Black with #D2738D

Text Example


Text Example

White with #D2738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2738D; }

 p { color: rgb(210,115,141); }

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

background-color css

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

 a { background-color: rgb(210,115,141); }

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

border-color css

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

 span { border-color: rgb(210,115,141); }

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