Html Css Color HEX #D67C8F Charm

📋 copy color: '#D67C8F'

red 214 ◦ green 124 ◦ blue 143

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

Shades of Charm #D67C8F

Tints of Charm #D67C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 44.49%
G = 25.78%
B = 29.73%

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

#D67C8F (or 0xD67C8F) is known color: Charm. HEX triplet: D6, 7C and 8F. RGB value is (214,124,143). Sum of RGB (Red+Green+Blue) = 214+124+143=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C8F is #298370. Grayscale: #999999. Windows color (decimal): -2720625 or 9403606. OLE color: 9403606.

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

Color convert

RGB 214 124 143 -
CMYK 0 0.42 0.33 0.16
HSL 347.33º 0.52% 0.66% -
HSV(B) 347.33º 0.42% 0.84% -
XYZ 39.9 30.69 29.81 -
YUV 153.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 214 124 143 0 0.42 0.33 0.16 347.33 0.52 0.66
Hex D6 7C 8F 0 2A 21 10 15B 34 42
Octal 326 174 217 0 52 41 20 533 64 102
Binary 11010110 1111100 10001111 0 101010 100001 10000 101011011 110100 1000010

Color Harmonies of #D67C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C8F

Black with #D67C8F

Text Example


Text Example

White with #D67C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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