Html Css Color HEX #D67981 Charm

📋 copy color: '#D67981'

red 214 ◦ green 121 ◦ blue 129

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

Shades of Charm #D67981

Tints of Charm #D67981

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 121 (47.66% from 255) = 26.08%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 46.12%
G = 26.08%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67981 (or 0xD67981) is known color: Charm. HEX triplet: D6, 79 and 81. RGB value is (214,121,129). Sum of RGB (Red+Green+Blue) = 214+121+129=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67981 is #29867E. Grayscale: #959595. Windows color (decimal): -2721407 or 8485334. OLE color: 8485334.

HSL color Cylindrical-coordinate representation of color #D67981: hue angle of 354.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67981 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 129 -
CMYK 0 0.43 0.40 0.16
HSL 354.84º 0.53% 0.66% -
HSV(B) 354.84º 0.43% 0.84% -
XYZ 38.53 29.56 24.44 -
YUV 149.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 214 121 129 0 0.43 0.40 0.16 354.84 0.53 0.66
Hex D6 79 81 0 2B 28 10 163 35 42
Octal 326 171 201 0 53 50 20 543 65 102
Binary 11010110 1111001 10000001 0 101011 101000 10000 101100011 110101 1000010

Color Harmonies of #D67981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67981

Black with #D67981

Text Example


Text Example

White with #D67981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67981; }

 p { color: rgb(214,121,129); }

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

background-color css

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

 a { background-color: rgb(214,121,129); }

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

border-color css

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

 span { border-color: rgb(214,121,129); }

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