Html Css Color HEX #D27491 Charm

📋 copy color: '#D27491'

red 210 ◦ green 116 ◦ blue 145

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

Shades of Charm #D27491

Tints of Charm #D27491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.63%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 44.59%
G = 24.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D27491 (or 0xD27491) is known color: Charm. HEX triplet: D2, 74 and 91. RGB value is (210,116,145). Sum of RGB (Red+Green+Blue) = 210+116+145=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D27491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27491 is #2D8B6E. Grayscale: #939393. Windows color (decimal): -2984815 or 9532626. OLE color: 9532626.

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

Color convert

RGB 210 116 145 -
CMYK 0 0.45 0.31 0.18
HSL 341.49º 0.51% 0.64% -
HSV(B) 341.49º 0.45% 0.82% -
XYZ 37.93 28.24 30.24 -
YUV 147.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 210 116 145 0 0.45 0.31 0.18 341.49 0.51 0.64
Hex D2 74 91 0 2D 1F 12 155 33 40
Octal 322 164 221 0 55 37 22 525 63 100
Binary 11010010 1110100 10010001 0 101101 11111 10010 101010101 110011 1000000

Color Harmonies of #D27491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27491

Black with #D27491

Text Example


Text Example

White with #D27491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27491; }

 p { color: rgb(210,116,145); }

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

background-color css

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

 a { background-color: rgb(210,116,145); }

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

border-color css

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

 span { border-color: rgb(210,116,145); }

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