Html Css Color HEX #D27994 Charm

📋 copy color: '#D27994'

red 210 ◦ green 121 ◦ blue 148

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

Shades of Charm #D27994

Tints of Charm #D27994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 43.84%
G = 25.26%
B = 30.9%

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

#D27994 (or 0xD27994) is known color: Charm. HEX triplet: D2, 79 and 94. RGB value is (210,121,148). Sum of RGB (Red+Green+Blue) = 210+121+148=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D27994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27994 is #2D866B. Grayscale: #969696. Windows color (decimal): -2983532 or 9730514. OLE color: 9730514.

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

Color convert

RGB 210 121 148 -
CMYK 0 0.42 0.30 0.18
HSL 341.8º 0.5% 0.65% -
HSV(B) 341.8º 0.42% 0.82% -
XYZ 38.76 29.51 31.67 -
YUV 150.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 210 121 148 0 0.42 0.30 0.18 341.8 0.5 0.65
Hex D2 79 94 0 2A 1E 12 156 32 41
Octal 322 171 224 0 52 36 22 526 62 101
Binary 11010010 1111001 10010100 0 101010 11110 10010 101010110 110010 1000001

Color Harmonies of #D27994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27994

Black with #D27994

Text Example


Text Example

White with #D27994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27994; }

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

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

background-color css

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

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

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

border-color css

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

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

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