Html Css Color HEX #D27E8A Charm

📋 copy color: '#D27E8A'

red 210 ◦ green 126 ◦ blue 138

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

Shades of Charm #D27E8A

Tints of Charm #D27E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 44.3%
G = 26.58%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D27E8A (or 0xD27E8A) is known color: Charm. HEX triplet: D2, 7E and 8A. RGB value is (210,126,138). Sum of RGB (Red+Green+Blue) = 210+126+138=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E8A is #2D8175. Grayscale: #989898. Windows color (decimal): -2982262 or 9076434. OLE color: 9076434.

HSL color Cylindrical-coordinate representation of color #D27E8A: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27E8A is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 126 138 -
CMYK 0 0.4 0.34 0.18
HSL 351.43º 0.48% 0.66% -
HSV(B) 351.43º 0.4% 0.82% -
XYZ 38.63 30.46 27.89 -
YUV 152.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 210 126 138 0 0.4 0.34 0.18 351.43 0.48 0.66
Hex D2 7E 8A 0 28 22 12 15F 30 42
Octal 322 176 212 0 50 42 22 537 60 102
Binary 11010010 1111110 10001010 0 101000 100010 10010 101011111 110000 1000010

Color Harmonies of #D27E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E8A

Black with #D27E8A

Text Example


Text Example

White with #D27E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E8A; }

 p { color: rgb(210,126,138); }

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

background-color css

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

 a { background-color: rgb(210,126,138); }

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

border-color css

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

 span { border-color: rgb(210,126,138); }

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