Html Css Color HEX #D27F8F Charm

📋 copy color: '#D27F8F'

red 210 ◦ green 127 ◦ blue 143

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

Shades of Charm #D27F8F

Tints of Charm #D27F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 43.75%
G = 26.46%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D27F8F (or 0xD27F8F) is known color: Charm. HEX triplet: D2, 7F and 8F. RGB value is (210,127,143). Sum of RGB (Red+Green+Blue) = 210+127+143=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F8F is #2D8070. Grayscale: #999999. Windows color (decimal): -2982001 or 9404370. OLE color: 9404370.

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

Color convert

RGB 210 127 143 -
CMYK 0 0.40 0.32 0.18
HSL 348.43º 0.48% 0.66% -
HSV(B) 348.43º 0.4% 0.82% -
XYZ 39.13 30.86 29.88 -
YUV 153.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 210 127 143 0 0.40 0.32 0.18 348.43 0.48 0.66
Hex D2 7F 8F 0 28 20 12 15C 30 42
Octal 322 177 217 0 50 40 22 534 60 102
Binary 11010010 1111111 10001111 0 101000 100000 10010 101011100 110000 1000010

Color Harmonies of #D27F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F8F

Black with #D27F8F

Text Example


Text Example

White with #D27F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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