Html Css Color HEX #D67E80 Charm

📋 copy color: '#D67E80'

red 214 ◦ green 126 ◦ blue 128

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

Shades of Charm #D67E80

Tints of Charm #D67E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.35%

R = 45.73%
G = 26.92%
B = 27.35%

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

#D67E80 (or 0xD67E80) is known color: Charm. HEX triplet: D6, 7E and 80. RGB value is (214,126,128). Sum of RGB (Red+Green+Blue) = 214+126+128=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E80 is #29817F. Grayscale: #989898. Windows color (decimal): -2720128 or 8421078. OLE color: 8421078.

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

Color convert

RGB 214 126 128 -
CMYK 0 0.41 0.40 0.16
HSL 358.64º 0.52% 0.67% -
HSV(B) 358.64º 0.41% 0.84% -
XYZ 39.09 30.78 24.3 -
YUV 152.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 214 126 128 0 0.41 0.40 0.16 358.64 0.52 0.67
Hex D6 7E 80 0 29 28 10 167 34 43
Octal 326 176 200 0 51 50 20 547 64 103
Binary 11010110 1111110 10000000 0 101001 101000 10000 101100111 110100 1000011

Color Harmonies of #D67E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E80

Black with #D67E80

Text Example


Text Example

White with #D67E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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