Html Css Color HEX #D67E90 Charm

📋 copy color: '#D67E90'

red 214 ◦ green 126 ◦ blue 144

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

Shades of Charm #D67E90

Tints of Charm #D67E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 44.21%
G = 26.03%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67E90 (or 0xD67E90) is known color: Charm. HEX triplet: D6, 7E and 90. RGB value is (214,126,144). Sum of RGB (Red+Green+Blue) = 214+126+144=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E90 is #29816F. Grayscale: #9A9A9A. Windows color (decimal): -2720112 or 9469654. OLE color: 9469654.

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

Color convert

RGB 214 126 144 -
CMYK 0 0.41 0.33 0.16
HSL 347.73º 0.52% 0.67% -
HSV(B) 347.73º 0.41% 0.84% -
XYZ 40.23 31.23 30.29 -
YUV 154.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 214 126 144 0 0.41 0.33 0.16 347.73 0.52 0.67
Hex D6 7E 90 0 29 21 10 15C 34 43
Octal 326 176 220 0 51 41 20 534 64 103
Binary 11010110 1111110 10010000 0 101001 100001 10000 101011100 110100 1000011

Color Harmonies of #D67E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E90

Black with #D67E90

Text Example


Text Example

White with #D67E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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