Html Css Color HEX #D27C96 Charm

📋 copy color: '#D27C96'

red 210 ◦ green 124 ◦ blue 150

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

Shades of Charm #D27C96

Tints of Charm #D27C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 43.39%
G = 25.62%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D27C96 (or 0xD27C96) is known color: Charm. HEX triplet: D2, 7C and 96. RGB value is (210,124,150). Sum of RGB (Red+Green+Blue) = 210+124+150=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C96 is #2D8369. Grayscale: #989898. Windows color (decimal): -2982762 or 9862354. OLE color: 9862354.

HSL color Cylindrical-coordinate representation of color #D27C96: hue angle of 341.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C96 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 150 -
CMYK 0 0.41 0.29 0.18
HSL 341.86º 0.49% 0.65% -
HSV(B) 341.86º 0.41% 0.82% -
XYZ 39.29 30.32 32.64 -
YUV 152.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 210 124 150 0 0.41 0.29 0.18 341.86 0.49 0.65
Hex D2 7C 96 0 29 1D 12 156 31 41
Octal 322 174 226 0 51 35 22 526 61 101
Binary 11010010 1111100 10010110 0 101001 11101 10010 101010110 110001 1000001

Color Harmonies of #D27C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C96

Black with #D27C96

Text Example


Text Example

White with #D27C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C96; }

 p { color: rgb(210,124,150); }

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

background-color css

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

 a { background-color: rgb(210,124,150); }

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

border-color css

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

 span { border-color: rgb(210,124,150); }

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