Html Css Color HEX #D27C80 Charm

📋 copy color: '#D27C80'

red 210 ◦ green 124 ◦ blue 128

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

Shades of Charm #D27C80

Tints of Charm #D27C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 45.45%
G = 26.84%
B = 27.71%

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

#D27C80 (or 0xD27C80) is known color: Charm. HEX triplet: D2, 7C and 80. RGB value is (210,124,128). Sum of RGB (Red+Green+Blue) = 210+124+128=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C80 is #2D837F. Grayscale: #969696. Windows color (decimal): -2982784 or 8420562. OLE color: 8420562.

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

Color convert

RGB 210 124 128 -
CMYK 0 0.41 0.39 0.18
HSL 357.21º 0.49% 0.65% -
HSV(B) 357.21º 0.41% 0.82% -
XYZ 37.68 29.68 24.16 -
YUV 150.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 210 124 128 0 0.41 0.39 0.18 357.21 0.49 0.65
Hex D2 7C 80 0 29 27 12 165 31 41
Octal 322 174 200 0 51 47 22 545 61 101
Binary 11010010 1111100 10000000 0 101001 100111 10010 101100101 110001 1000001

Color Harmonies of #D27C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C80

Black with #D27C80

Text Example


Text Example

White with #D27C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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