Html Css Color HEX #D67E81 Charm

📋 copy color: '#D67E81'

red 214 ◦ green 126 ◦ blue 129

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

Shades of Charm #D67E81

Tints of Charm #D67E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

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

R = 45.63%
G = 26.87%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67E81 (or 0xD67E81) is known color: Charm. HEX triplet: D6, 7E and 81. RGB value is (214,126,129). Sum of RGB (Red+Green+Blue) = 214+126+129=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E81 is #29817E. Grayscale: #989898. Windows color (decimal): -2720127 or 8486614. OLE color: 8486614.

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

Color convert

RGB 214 126 129 -
CMYK 0 0.41 0.40 0.16
HSL 357.95º 0.52% 0.67% -
HSV(B) 357.95º 0.41% 0.84% -
XYZ 39.15 30.8 24.65 -
YUV 152.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 214 126 129 0 0.41 0.40 0.16 357.95 0.52 0.67
Hex D6 7E 81 0 29 28 10 166 34 43
Octal 326 176 201 0 51 50 20 546 64 103
Binary 11010110 1111110 10000001 0 101001 101000 10000 101100110 110100 1000011

Color Harmonies of #D67E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E81

Black with #D67E81

Text Example


Text Example

White with #D67E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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