Html Css Color HEX #D27B80 Charm

📋 copy color: '#D27B80'

red 210 ◦ green 123 ◦ blue 128

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

Shades of Charm #D27B80

Tints of Charm #D27B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 45.55%
G = 26.68%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27B80 (or 0xD27B80) is known color: Charm. HEX triplet: D2, 7B and 80. RGB value is (210,123,128). Sum of RGB (Red+Green+Blue) = 210+123+128=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B80 is #2D847F. Grayscale: #959595. Windows color (decimal): -2983040 or 8420306. OLE color: 8420306.

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

Color convert

RGB 210 123 128 -
CMYK 0 0.41 0.39 0.18
HSL 356.55º 0.49% 0.65% -
HSV(B) 356.55º 0.41% 0.82% -
XYZ 37.56 29.43 24.12 -
YUV 149.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 210 123 128 0 0.41 0.39 0.18 356.55 0.49 0.65
Hex D2 7B 80 0 29 27 12 165 31 41
Octal 322 173 200 0 51 47 22 545 61 101
Binary 11010010 1111011 10000000 0 101001 100111 10010 101100101 110001 1000001

Color Harmonies of #D27B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B80

Black with #D27B80

Text Example


Text Example

White with #D27B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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