Html Css Color HEX #D2748D Charm

📋 copy color: '#D2748D'

red 210 ◦ green 116 ◦ blue 141

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

Shades of Charm #D2748D

Tints of Charm #D2748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 44.97%
G = 24.84%
B = 30.19%

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

#D2748D (or 0xD2748D) is known color: Charm. HEX triplet: D2, 74 and 8D. RGB value is (210,116,141). Sum of RGB (Red+Green+Blue) = 210+116+141=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2748D is #2D8B72. Grayscale: #929292. Windows color (decimal): -2984819 or 9270482. OLE color: 9270482.

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

Color convert

RGB 210 116 141 -
CMYK 0 0.45 0.33 0.18
HSL 344.04º 0.51% 0.64% -
HSV(B) 344.04º 0.45% 0.82% -
XYZ 37.63 28.12 28.64 -
YUV 146.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 210 116 141 0 0.45 0.33 0.18 344.04 0.51 0.64
Hex D2 74 8D 0 2D 21 12 158 33 40
Octal 322 164 215 0 55 41 22 530 63 100
Binary 11010010 1110100 10001101 0 101101 100001 10010 101011000 110011 1000000

Color Harmonies of #D2748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2748D

Black with #D2748D

Text Example


Text Example

White with #D2748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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