Html Css Color HEX #D27A94 Charm

📋 copy color: '#D27A94'

red 210 ◦ green 122 ◦ blue 148

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

Shades of Charm #D27A94

Tints of Charm #D27A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 43.75%
G = 25.42%
B = 30.83%

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

#D27A94 (or 0xD27A94) is known color: Charm. HEX triplet: D2, 7A and 94. RGB value is (210,122,148). Sum of RGB (Red+Green+Blue) = 210+122+148=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A94 is #2D856B. Grayscale: #979797. Windows color (decimal): -2983276 or 9730770. OLE color: 9730770.

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

Color convert

RGB 210 122 148 -
CMYK 0 0.42 0.30 0.18
HSL 342.27º 0.49% 0.65% -
HSV(B) 342.27º 0.42% 0.82% -
XYZ 38.88 29.76 31.71 -
YUV 151.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 210 122 148 0 0.42 0.30 0.18 342.27 0.49 0.65
Hex D2 7A 94 0 2A 1E 12 156 31 41
Octal 322 172 224 0 52 36 22 526 61 101
Binary 11010010 1111010 10010100 0 101010 11110 10010 101010110 110001 1000001

Color Harmonies of #D27A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A94

Black with #D27A94

Text Example


Text Example

White with #D27A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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