Html Css Color HEX #D67384 Charm

📋 copy color: '#D67384'

red 214 ◦ green 115 ◦ blue 132

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

Shades of Charm #D67384

Tints of Charm #D67384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

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

R = 46.42%
G = 24.95%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D67384 (or 0xD67384) is known color: Charm. HEX triplet: D6, 73 and 84. RGB value is (214,115,132). Sum of RGB (Red+Green+Blue) = 214+115+132=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67384 is #298C7B. Grayscale: #929292. Windows color (decimal): -2722940 or 8680406. OLE color: 8680406.

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

Color convert

RGB 214 115 132 -
CMYK 0 0.46 0.38 0.16
HSL 349.7º 0.55% 0.65% -
HSV(B) 349.7º 0.46% 0.84% -
XYZ 38.03 28.22 25.27 -
YUV 146.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 214 115 132 0 0.46 0.38 0.16 349.7 0.55 0.65
Hex D6 73 84 0 2E 26 10 15E 37 41
Octal 326 163 204 0 56 46 20 536 67 101
Binary 11010110 1110011 10000100 0 101110 100110 10000 101011110 110111 1000001

Color Harmonies of #D67384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67384

Black with #D67384

Text Example


Text Example

White with #D67384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67384; }

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

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

background-color css

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

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

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

border-color css

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

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

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