Html Css Color HEX #D27D94 Charm

📋 copy color: '#D27D94'

red 210 ◦ green 125 ◦ blue 148

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

Shades of Charm #D27D94

Tints of Charm #D27D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

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

R = 43.48%
G = 25.88%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27D94 (or 0xD27D94) is known color: Charm. HEX triplet: D2, 7D and 94. RGB value is (210,125,148). Sum of RGB (Red+Green+Blue) = 210+125+148=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D94 is #2D826B. Grayscale: #999999. Windows color (decimal): -2982508 or 9731538. OLE color: 9731538.

HSL color Cylindrical-coordinate representation of color #D27D94: hue angle of 343.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27D94 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 148 -
CMYK 0 0.40 0.30 0.18
HSL 343.76º 0.49% 0.66% -
HSV(B) 343.76º 0.4% 0.82% -
XYZ 39.26 30.51 31.84 -
YUV 153.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 210 125 148 0 0.40 0.30 0.18 343.76 0.49 0.66
Hex D2 7D 94 0 28 1E 12 158 31 42
Octal 322 175 224 0 50 36 22 530 61 102
Binary 11010010 1111101 10010100 0 101000 11110 10010 101011000 110001 1000010

Color Harmonies of #D27D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D94

Black with #D27D94

Text Example


Text Example

White with #D27D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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