Html Css Color HEX #D27A85 Charm

📋 copy color: '#D27A85'

red 210 ◦ green 122 ◦ blue 133

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

Shades of Charm #D27A85

Tints of Charm #D27A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 45.16%
G = 26.24%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D27A85 (or 0xD27A85) is known color: Charm. HEX triplet: D2, 7A and 85. RGB value is (210,122,133). Sum of RGB (Red+Green+Blue) = 210+122+133=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A85 is #2D857A. Grayscale: #959595. Windows color (decimal): -2983291 or 8747730. OLE color: 8747730.

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

Color convert

RGB 210 122 133 -
CMYK 0 0.42 0.37 0.18
HSL 352.5º 0.49% 0.65% -
HSV(B) 352.5º 0.42% 0.82% -
XYZ 37.77 29.31 25.86 -
YUV 149.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 210 122 133 0 0.42 0.37 0.18 352.5 0.49 0.65
Hex D2 7A 85 0 2A 25 12 160 31 41
Octal 322 172 205 0 52 45 22 540 61 101
Binary 11010010 1111010 10000101 0 101010 100101 10010 101100000 110001 1000001

Color Harmonies of #D27A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A85

Black with #D27A85

Text Example


Text Example

White with #D27A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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