Html Css Color HEX #D27C81 Charm

📋 copy color: '#D27C81'

red 210 ◦ green 124 ◦ blue 129

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

Shades of Charm #D27C81

Tints of Charm #D27C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 45.36%
G = 26.78%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27C81 (or 0xD27C81) is known color: Charm. HEX triplet: D2, 7C and 81. RGB value is (210,124,129). Sum of RGB (Red+Green+Blue) = 210+124+129=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C81 is #2D837E. Grayscale: #969696. Windows color (decimal): -2982783 or 8486098. OLE color: 8486098.

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

Color convert

RGB 210 124 129 -
CMYK 0 0.41 0.39 0.18
HSL 356.51º 0.49% 0.65% -
HSV(B) 356.51º 0.41% 0.82% -
XYZ 37.75 29.7 24.51 -
YUV 150.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 210 124 129 0 0.41 0.39 0.18 356.51 0.49 0.65
Hex D2 7C 81 0 29 27 12 165 31 41
Octal 322 174 201 0 51 47 22 545 61 101
Binary 11010010 1111100 10000001 0 101001 100111 10010 101100101 110001 1000001

Color Harmonies of #D27C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C81

Black with #D27C81

Text Example


Text Example

White with #D27C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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