Html Css Color HEX #D27B85 Charm

📋 copy color: '#D27B85'

red 210 ◦ green 123 ◦ blue 133

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

Shades of Charm #D27B85

Tints of Charm #D27B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

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

R = 45.06%
G = 26.39%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D27B85 (or 0xD27B85) is known color: Charm. HEX triplet: D2, 7B and 85. RGB value is (210,123,133). Sum of RGB (Red+Green+Blue) = 210+123+133=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B85 is #2D847A. Grayscale: #969696. Windows color (decimal): -2983035 or 8747986. OLE color: 8747986.

HSL color Cylindrical-coordinate representation of color #D27B85: hue angle of 353.1º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27B85 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 133 -
CMYK 0 0.41 0.37 0.18
HSL 353.1º 0.49% 0.65% -
HSV(B) 353.1º 0.41% 0.82% -
XYZ 37.89 29.56 25.9 -
YUV 150.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 210 123 133 0 0.41 0.37 0.18 353.1 0.49 0.65
Hex D2 7B 85 0 29 25 12 161 31 41
Octal 322 173 205 0 51 45 22 541 61 101
Binary 11010010 1111011 10000101 0 101001 100101 10010 101100001 110001 1000001

Color Harmonies of #D27B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B85

Black with #D27B85

Text Example


Text Example

White with #D27B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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