Html Css Color HEX #D67E8D Charm

📋 copy color: '#D67E8D'

red 214 ◦ green 126 ◦ blue 141

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

Shades of Charm #D67E8D

Tints of Charm #D67E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 44.49%
G = 26.2%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D67E8D (or 0xD67E8D) is known color: Charm. HEX triplet: D6, 7E and 8D. RGB value is (214,126,141). Sum of RGB (Red+Green+Blue) = 214+126+141=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E8D is #298172. Grayscale: #9A9A9A. Windows color (decimal): -2720115 or 9273046. OLE color: 9273046.

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

Color convert

RGB 214 126 141 -
CMYK 0 0.41 0.34 0.16
HSL 349.77º 0.52% 0.67% -
HSV(B) 349.77º 0.41% 0.84% -
XYZ 40 31.14 29.1 -
YUV 154.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 214 126 141 0 0.41 0.34 0.16 349.77 0.52 0.67
Hex D6 7E 8D 0 29 22 10 15E 34 43
Octal 326 176 215 0 51 42 20 536 64 103
Binary 11010110 1111110 10001101 0 101001 100010 10000 101011110 110100 1000011

Color Harmonies of #D67E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E8D

Black with #D67E8D

Text Example


Text Example

White with #D67E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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