Html Css Color HEX #D27190 Charm

📋 copy color: '#D27190'

red 210 ◦ green 113 ◦ blue 144

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

Shades of Charm #D27190

Tints of Charm #D27190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 44.97%
G = 24.2%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D27190 (or 0xD27190) is known color: Charm. HEX triplet: D2, 71 and 90. RGB value is (210,113,144). Sum of RGB (Red+Green+Blue) = 210+113+144=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D27190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27190 is #2D8E6F. Grayscale: #919191. Windows color (decimal): -2985584 or 9466322. OLE color: 9466322.

HSL color Cylindrical-coordinate representation of color #D27190: hue angle of 340.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27190 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 144 -
CMYK 0 0.46 0.31 0.18
HSL 340.82º 0.52% 0.63% -
HSV(B) 340.82º 0.46% 0.82% -
XYZ 37.52 27.53 29.72 -
YUV 145.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 210 113 144 0 0.46 0.31 0.18 340.82 0.52 0.63
Hex D2 71 90 0 2E 1F 12 155 34 3F
Octal 322 161 220 0 56 37 22 525 64 77
Binary 11010010 1110001 10010000 0 101110 11111 10010 101010101 110100 111111

Color Harmonies of #D27190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27190

Black with #D27190

Text Example


Text Example

White with #D27190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27190; }

 p { color: rgb(210,113,144); }

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

background-color css

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

 a { background-color: rgb(210,113,144); }

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

border-color css

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

 span { border-color: rgb(210,113,144); }

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