Html Css Color HEX #D7818A Charm

📋 copy color: '#D7818A'

red 215 ◦ green 129 ◦ blue 138

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

Shades of Charm #D7818A

Tints of Charm #D7818A

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 44.61%
G = 26.76%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7818A (or 0xD7818A) is known color: Charm. HEX triplet: D7, 81 and 8A. RGB value is (215,129,138). Sum of RGB (Red+Green+Blue) = 215+129+138=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7818A is #287E75. Grayscale: #9B9B9B. Windows color (decimal): -2653814 or 9077207. OLE color: 9077207.

HSL color Cylindrical-coordinate representation of color #D7818A: hue angle of 353.72º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7818A is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 138 -
CMYK 0 0.4 0.36 0.16
HSL 353.72º 0.52% 0.67% -
HSV(B) 353.72º 0.4% 0.84% -
XYZ 40.46 31.98 28.09 -
YUV 155.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 215 129 138 0 0.4 0.36 0.16 353.72 0.52 0.67
Hex D7 81 8A 0 28 24 10 162 34 43
Octal 327 201 212 0 50 44 20 542 64 103
Binary 11010111 10000001 10001010 0 101000 100100 10000 101100010 110100 1000011

Color Harmonies of #D7818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7818A

Black with #D7818A

Text Example


Text Example

White with #D7818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7818A; }

 p { color: rgb(215,129,138); }

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

background-color css

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

 a { background-color: rgb(215,129,138); }

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

border-color css

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

 span { border-color: rgb(215,129,138); }

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