Html Css Color HEX #D27086 Charm

📋 copy color: '#D27086'

red 210 ◦ green 112 ◦ blue 134

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

Shades of Charm #D27086

Tints of Charm #D27086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 46.05%
G = 24.56%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D27086 (or 0xD27086) is known color: Charm. HEX triplet: D2, 70 and 86. RGB value is (210,112,134). Sum of RGB (Red+Green+Blue) = 210+112+134=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27086 is #2D8F79. Grayscale: #8F8F8F. Windows color (decimal): -2985850 or 8810706. OLE color: 8810706.

HSL color Cylindrical-coordinate representation of color #D27086: hue angle of 346.53º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27086 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 134 -
CMYK 0 0.47 0.36 0.18
HSL 346.53º 0.52% 0.63% -
HSV(B) 346.53º 0.47% 0.82% -
XYZ 36.68 27.01 25.83 -
YUV 143.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 210 112 134 0 0.47 0.36 0.18 346.53 0.52 0.63
Hex D2 70 86 0 2F 24 12 15B 34 3F
Octal 322 160 206 0 57 44 22 533 64 77
Binary 11010010 1110000 10000110 0 101111 100100 10010 101011011 110100 111111

Color Harmonies of #D27086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27086

Black with #D27086

Text Example


Text Example

White with #D27086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27086; }

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

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

background-color css

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

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

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

border-color css

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

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

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