Html Css Color HEX #D2738C Charm

📋 copy color: '#D2738C'

red 210 ◦ green 115 ◦ blue 140

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

Shades of Charm #D2738C

Tints of Charm #D2738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 45.16%
G = 24.73%
B = 30.11%

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

#D2738C (or 0xD2738C) is known color: Charm. HEX triplet: D2, 73 and 8C. RGB value is (210,115,140). Sum of RGB (Red+Green+Blue) = 210+115+140=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2738C is #2D8C73. Grayscale: #929292. Windows color (decimal): -2985076 or 9204690. OLE color: 9204690.

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

Color convert

RGB 210 115 140 -
CMYK 0 0.45 0.33 0.18
HSL 344.21º 0.51% 0.64% -
HSV(B) 344.21º 0.45% 0.82% -
XYZ 37.44 27.86 28.21 -
YUV 146.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 210 115 140 0 0.45 0.33 0.18 344.21 0.51 0.64
Hex D2 73 8C 0 2D 21 12 158 33 40
Octal 322 163 214 0 55 41 22 530 63 100
Binary 11010010 1110011 10001100 0 101101 100001 10010 101011000 110011 1000000

Color Harmonies of #D2738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2738C

Black with #D2738C

Text Example


Text Example

White with #D2738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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