Html Css Color HEX #D27C8E Charm

📋 copy color: '#D27C8E'

red 210 ◦ green 124 ◦ blue 142

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

Shades of Charm #D27C8E

Tints of Charm #D27C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 44.12%
G = 26.05%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D27C8E (or 0xD27C8E) is known color: Charm. HEX triplet: D2, 7C and 8E. RGB value is (210,124,142). Sum of RGB (Red+Green+Blue) = 210+124+142=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C8E is #2D8371. Grayscale: #979797. Windows color (decimal): -2982770 or 9338066. OLE color: 9338066.

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

Color convert

RGB 210 124 142 -
CMYK 0 0.41 0.32 0.18
HSL 347.44º 0.49% 0.65% -
HSV(B) 347.44º 0.41% 0.82% -
XYZ 38.67 30.07 29.36 -
YUV 151.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 210 124 142 0 0.41 0.32 0.18 347.44 0.49 0.65
Hex D2 7C 8E 0 29 20 12 15B 31 41
Octal 322 174 216 0 51 40 22 533 61 101
Binary 11010010 1111100 10001110 0 101001 100000 10010 101011011 110001 1000001

Color Harmonies of #D27C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C8E

Black with #D27C8E

Text Example


Text Example

White with #D27C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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