Html Css Color HEX #D27F88 Charm

📋 copy color: '#D27F88'

red 210 ◦ green 127 ◦ blue 136

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

Shades of Charm #D27F88

Tints of Charm #D27F88

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 44.4%
G = 26.85%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D27F88 (or 0xD27F88) is known color: Charm. HEX triplet: D2, 7F and 88. RGB value is (210,127,136). Sum of RGB (Red+Green+Blue) = 210+127+136=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F88 is #2D8077. Grayscale: #989898. Windows color (decimal): -2982008 or 8945618. OLE color: 8945618.

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

Color convert

RGB 210 127 136 -
CMYK 0 0.40 0.35 0.18
HSL 353.49º 0.48% 0.66% -
HSV(B) 353.49º 0.4% 0.82% -
XYZ 38.61 30.66 27.18 -
YUV 152.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 210 127 136 0 0.40 0.35 0.18 353.49 0.48 0.66
Hex D2 7F 88 0 28 23 12 161 30 42
Octal 322 177 210 0 50 43 22 541 60 102
Binary 11010010 1111111 10001000 0 101000 100011 10010 101100001 110000 1000010

Color Harmonies of #D27F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F88

Black with #D27F88

Text Example


Text Example

White with #D27F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F88; }

 p { color: rgb(210,127,136); }

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

background-color css

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

 a { background-color: rgb(210,127,136); }

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

border-color css

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

 span { border-color: rgb(210,127,136); }

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