Html Css Color HEX #D67584 Charm

📋 copy color: '#D67584'

red 214 ◦ green 117 ◦ blue 132

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

Shades of Charm #D67584

Tints of Charm #D67584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 46.22%
G = 25.27%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D67584 (or 0xD67584) is known color: Charm. HEX triplet: D6, 75 and 84. RGB value is (214,117,132). Sum of RGB (Red+Green+Blue) = 214+117+132=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67584 is #298A7B. Grayscale: #939393. Windows color (decimal): -2722428 or 8680918. OLE color: 8680918.

HSL color Cylindrical-coordinate representation of color #D67584: hue angle of 350.72º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67584 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 132 -
CMYK 0 0.45 0.38 0.16
HSL 350.72º 0.54% 0.65% -
HSV(B) 350.72º 0.45% 0.84% -
XYZ 38.26 28.68 25.35 -
YUV 147.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 214 117 132 0 0.45 0.38 0.16 350.72 0.54 0.65
Hex D6 75 84 0 2D 26 10 15F 36 41
Octal 326 165 204 0 55 46 20 537 66 101
Binary 11010110 1110101 10000100 0 101101 100110 10000 101011111 110110 1000001

Color Harmonies of #D67584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67584

Black with #D67584

Text Example


Text Example

White with #D67584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67584; }

 p { color: rgb(214,117,132); }

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

background-color css

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

 a { background-color: rgb(214,117,132); }

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

border-color css

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

 span { border-color: rgb(214,117,132); }

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