Html Css Color HEX #D27581 Charm

📋 copy color: '#D27581'

red 210 ◦ green 117 ◦ blue 129

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

Shades of Charm #D27581

Tints of Charm #D27581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 46.05%
G = 25.66%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27581 (or 0xD27581) is known color: Charm. HEX triplet: D2, 75 and 81. RGB value is (210,117,129). Sum of RGB (Red+Green+Blue) = 210+117+129=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27581 is #2D8A7E. Grayscale: #929292. Windows color (decimal): -2984575 or 8484306. OLE color: 8484306.

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

Color convert

RGB 210 117 129 -
CMYK 0 0.44 0.39 0.18
HSL 352.26º 0.51% 0.64% -
HSV(B) 352.26º 0.44% 0.82% -
XYZ 36.9 28.01 24.23 -
YUV 146.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 210 117 129 0 0.44 0.39 0.18 352.26 0.51 0.64
Hex D2 75 81 0 2C 27 12 160 33 40
Octal 322 165 201 0 54 47 22 540 63 100
Binary 11010010 1110101 10000001 0 101100 100111 10010 101100000 110011 1000000

Color Harmonies of #D27581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27581

Black with #D27581

Text Example


Text Example

White with #D27581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27581; }

 p { color: rgb(210,117,129); }

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

background-color css

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

 a { background-color: rgb(210,117,129); }

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

border-color css

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

 span { border-color: rgb(210,117,129); }

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