Html Css Color HEX #D27486 Charm

📋 copy color: '#D27486'

red 210 ◦ green 116 ◦ blue 134

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

Shades of Charm #D27486

Tints of Charm #D27486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 45.65%
G = 25.22%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D27486 (or 0xD27486) is known color: Charm. HEX triplet: D2, 74 and 86. RGB value is (210,116,134). Sum of RGB (Red+Green+Blue) = 210+116+134=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D27486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27486 is #2D8B79. Grayscale: #929292. Windows color (decimal): -2984826 or 8811730. OLE color: 8811730.

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

Color convert

RGB 210 116 134 -
CMYK 0 0.45 0.36 0.18
HSL 348.51º 0.51% 0.64% -
HSV(B) 348.51º 0.45% 0.82% -
XYZ 37.13 27.91 25.99 -
YUV 146.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 210 116 134 0 0.45 0.36 0.18 348.51 0.51 0.64
Hex D2 74 86 0 2D 24 12 15D 33 40
Octal 322 164 206 0 55 44 22 535 63 100
Binary 11010010 1110100 10000110 0 101101 100100 10010 101011101 110011 1000000

Color Harmonies of #D27486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27486

Black with #D27486

Text Example


Text Example

White with #D27486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27486; }

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

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

background-color css

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

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

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

border-color css

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

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

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