Html Css Color HEX #D7818C Charm

📋 copy color: '#D7818C'

red 215 ◦ green 129 ◦ blue 140

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

Shades of Charm #D7818C

Tints of Charm #D7818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 44.42%
G = 26.65%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7818C (or 0xD7818C) is known color: Charm. HEX triplet: D7, 81 and 8C. RGB value is (215,129,140). Sum of RGB (Red+Green+Blue) = 215+129+140=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7818C is #287E73. Grayscale: #9C9C9C. Windows color (decimal): -2653812 or 9208279. OLE color: 9208279.

HSL color Cylindrical-coordinate representation of color #D7818C: hue angle of 352.33º 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 #D7818C is Cyan = 0, Magento = 0.4, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 140 -
CMYK 0 0.4 0.35 0.16
HSL 352.33º 0.52% 0.67% -
HSV(B) 352.33º 0.4% 0.84% -
XYZ 40.61 32.04 28.86 -
YUV 155.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 215 129 140 0 0.4 0.35 0.16 352.33 0.52 0.67
Hex D7 81 8C 0 28 23 10 160 34 43
Octal 327 201 214 0 50 43 20 540 64 103
Binary 11010111 10000001 10001100 0 101000 100011 10000 101100000 110100 1000011

Color Harmonies of #D7818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7818C

Black with #D7818C

Text Example


Text Example

White with #D7818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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