Html Css Color HEX #D67E88 Charm

📋 copy color: '#D67E88'

red 214 ◦ green 126 ◦ blue 136

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

Shades of Charm #D67E88

Tints of Charm #D67E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 44.96%
G = 26.47%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67E88 (or 0xD67E88) is known color: Charm. HEX triplet: D6, 7E and 88. RGB value is (214,126,136). Sum of RGB (Red+Green+Blue) = 214+126+136=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E88 is #298177. Grayscale: #999999. Windows color (decimal): -2720120 or 8945366. OLE color: 8945366.

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

Color convert

RGB 214 126 136 -
CMYK 0 0.41 0.36 0.16
HSL 353.18º 0.52% 0.67% -
HSV(B) 353.18º 0.41% 0.84% -
XYZ 39.64 31 27.19 -
YUV 153.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 214 126 136 0 0.41 0.36 0.16 353.18 0.52 0.67
Hex D6 7E 88 0 29 24 10 161 34 43
Octal 326 176 210 0 51 44 20 541 64 103
Binary 11010110 1111110 10001000 0 101001 100100 10000 101100001 110100 1000011

Color Harmonies of #D67E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E88

Black with #D67E88

Text Example


Text Example

White with #D67E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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