Html Css Color HEX #D27E93 Charm

📋 copy color: '#D27E93'

red 210 ◦ green 126 ◦ blue 147

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

Shades of Charm #D27E93

Tints of Charm #D27E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27E93 (or 0xD27E93) is known color: Charm. HEX triplet: D2, 7E and 93. RGB value is (210,126,147). Sum of RGB (Red+Green+Blue) = 210+126+147=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E93 is #2D816C. Grayscale: #999999. Windows color (decimal): -2982253 or 9666258. OLE color: 9666258.

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

Color convert

RGB 210 126 147 -
CMYK 0 0.4 0.30 0.18
HSL 345º 0.48% 0.66% -
HSV(B) 345º 0.4% 0.82% -
XYZ 39.31 30.73 31.46 -
YUV 153.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 210 126 147 0 0.4 0.30 0.18 345 0.48 0.66
Hex D2 7E 93 0 28 1E 12 159 30 42
Octal 322 176 223 0 50 36 22 531 60 102
Binary 11010010 1111110 10010011 0 101000 11110 10010 101011001 110000 1000010

Color Harmonies of #D27E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E93

Black with #D27E93

Text Example


Text Example

White with #D27E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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