Html Css Color HEX #D27C8B Charm

📋 copy color: '#D27C8B'

red 210 ◦ green 124 ◦ blue 139

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

Shades of Charm #D27C8B

Tints of Charm #D27C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 44.4%
G = 26.22%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D27C8B (or 0xD27C8B) is known color: Charm. HEX triplet: D2, 7C and 8B. RGB value is (210,124,139). Sum of RGB (Red+Green+Blue) = 210+124+139=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C8B is #2D8374. Grayscale: #979797. Windows color (decimal): -2982773 or 9141458. OLE color: 9141458.

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

Color convert

RGB 210 124 139 -
CMYK 0 0.41 0.34 0.18
HSL 349.53º 0.49% 0.65% -
HSV(B) 349.53º 0.41% 0.82% -
XYZ 38.45 29.98 28.19 -
YUV 151.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 210 124 139 0 0.41 0.34 0.18 349.53 0.49 0.65
Hex D2 7C 8B 0 29 22 12 15E 31 41
Octal 322 174 213 0 51 42 22 536 61 101
Binary 11010010 1111100 10001011 0 101001 100010 10010 101011110 110001 1000001

Color Harmonies of #D27C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C8B

Black with #D27C8B

Text Example


Text Example

White with #D27C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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