Html Css Color HEX #D27A81 Charm

📋 copy color: '#D27A81'

red 210 ◦ green 122 ◦ blue 129

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

Shades of Charm #D27A81

Tints of Charm #D27A81

RGB

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

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

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

R = 45.55%
G = 26.46%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27A81 (or 0xD27A81) is known color: Charm. HEX triplet: D2, 7A and 81. RGB value is (210,122,129). Sum of RGB (Red+Green+Blue) = 210+122+129=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A81 is #2D857E. Grayscale: #959595. Windows color (decimal): -2983295 or 8485586. OLE color: 8485586.

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

Color convert

RGB 210 122 129 -
CMYK 0 0.42 0.39 0.18
HSL 355.23º 0.49% 0.65% -
HSV(B) 355.23º 0.42% 0.82% -
XYZ 37.5 29.21 24.43 -
YUV 149.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 210 122 129 0 0.42 0.39 0.18 355.23 0.49 0.65
Hex D2 7A 81 0 2A 27 12 163 31 41
Octal 322 172 201 0 52 47 22 543 61 101
Binary 11010010 1111010 10000001 0 101010 100111 10010 101100011 110001 1000001

Color Harmonies of #D27A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A81

Black with #D27A81

Text Example


Text Example

White with #D27A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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