Html Css Color HEX #D67C90 Charm

📋 copy color: '#D67C90'

red 214 ◦ green 124 ◦ blue 144

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

Shades of Charm #D67C90

Tints of Charm #D67C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 44.4%
G = 25.73%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67C90 (or 0xD67C90) is known color: Charm. HEX triplet: D6, 7C and 90. RGB value is (214,124,144). Sum of RGB (Red+Green+Blue) = 214+124+144=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C90 is #29836F. Grayscale: #999999. Windows color (decimal): -2720624 or 9469142. OLE color: 9469142.

HSL color Cylindrical-coordinate representation of color #D67C90: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67C90 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 144 -
CMYK 0 0.42 0.33 0.16
HSL 346.67º 0.52% 0.66% -
HSV(B) 346.67º 0.42% 0.84% -
XYZ 39.97 30.73 30.21 -
YUV 153.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 214 124 144 0 0.42 0.33 0.16 346.67 0.52 0.66
Hex D6 7C 90 0 2A 21 10 15B 34 42
Octal 326 174 220 0 52 41 20 533 64 102
Binary 11010110 1111100 10010000 0 101010 100001 10000 101011011 110100 1000010

Color Harmonies of #D67C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C90

Black with #D67C90

Text Example


Text Example

White with #D67C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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