Html Css Color HEX #D67E94 Charm

📋 copy color: '#D67E94'

red 214 ◦ green 126 ◦ blue 148

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

Shades of Charm #D67E94

Tints of Charm #D67E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 43.85%
G = 25.82%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67E94 (or 0xD67E94) is known color: Charm. HEX triplet: D6, 7E and 94. RGB value is (214,126,148). Sum of RGB (Red+Green+Blue) = 214+126+148=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E94 is #29816B. Grayscale: #9A9A9A. Windows color (decimal): -2720108 or 9731798. OLE color: 9731798.

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

Color convert

RGB 214 126 148 -
CMYK 0 0.41 0.31 0.16
HSL 345º 0.52% 0.67% -
HSV(B) 345º 0.41% 0.84% -
XYZ 40.54 31.36 31.93 -
YUV 154.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 214 126 148 0 0.41 0.31 0.16 345 0.52 0.67
Hex D6 7E 94 0 29 1F 10 159 34 43
Octal 326 176 224 0 51 37 20 531 64 103
Binary 11010110 1111110 10010100 0 101001 11111 10000 101011001 110100 1000011

Color Harmonies of #D67E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E94

Black with #D67E94

Text Example


Text Example

White with #D67E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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