Html Css Color HEX #D27992 Charm

📋 copy color: '#D27992'

red 210 ◦ green 121 ◦ blue 146

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

Shades of Charm #D27992

Tints of Charm #D27992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 44.03%
G = 25.37%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27992 (or 0xD27992) is known color: Charm. HEX triplet: D2, 79 and 92. RGB value is (210,121,146). Sum of RGB (Red+Green+Blue) = 210+121+146=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D27992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27992 is #2D866D. Grayscale: #969696. Windows color (decimal): -2983534 or 9599442. OLE color: 9599442.

HSL color Cylindrical-coordinate representation of color #D27992: hue angle of 343.15º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27992 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 146 -
CMYK 0 0.42 0.30 0.18
HSL 343.15º 0.5% 0.65% -
HSV(B) 343.15º 0.42% 0.82% -
XYZ 38.6 29.45 30.84 -
YUV 150.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 210 121 146 0 0.42 0.30 0.18 343.15 0.5 0.65
Hex D2 79 92 0 2A 1E 12 157 32 41
Octal 322 171 222 0 52 36 22 527 62 101
Binary 11010010 1111001 10010010 0 101010 11110 10010 101010111 110010 1000001

Color Harmonies of #D27992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27992

Black with #D27992

Text Example


Text Example

White with #D27992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27992; }

 p { color: rgb(210,121,146); }

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

background-color css

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

 a { background-color: rgb(210,121,146); }

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

border-color css

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

 span { border-color: rgb(210,121,146); }

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