Html Css Color HEX #D67881 Charm

📋 copy color: '#D67881'

red 214 ◦ green 120 ◦ blue 129

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

Shades of Charm #D67881

Tints of Charm #D67881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.92%

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

R = 46.22%
G = 25.92%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67881 (or 0xD67881) is known color: Charm. HEX triplet: D6, 78 and 81. RGB value is (214,120,129). Sum of RGB (Red+Green+Blue) = 214+120+129=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67881 is #29877E. Grayscale: #959595. Windows color (decimal): -2721663 or 8485078. OLE color: 8485078.

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

Color convert

RGB 214 120 129 -
CMYK 0 0.44 0.40 0.16
HSL 354.26º 0.53% 0.65% -
HSV(B) 354.26º 0.44% 0.84% -
XYZ 38.41 29.31 24.4 -
YUV 149.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 214 120 129 0 0.44 0.40 0.16 354.26 0.53 0.65
Hex D6 78 81 0 2C 28 10 162 35 41
Octal 326 170 201 0 54 50 20 542 65 101
Binary 11010110 1111000 10000001 0 101100 101000 10000 101100010 110101 1000001

Color Harmonies of #D67881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67881

Black with #D67881

Text Example


Text Example

White with #D67881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67881; }

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

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

background-color css

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

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

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

border-color css

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

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

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