Html Css Color HEX #D67184 Charm

📋 copy color: '#D67184'

red 214 ◦ green 113 ◦ blue 132

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

Shades of Charm #D67184

Tints of Charm #D67184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.62%

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

R = 46.62%
G = 24.62%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D67184 (or 0xD67184) is known color: Charm. HEX triplet: D6, 71 and 84. RGB value is (214,113,132). Sum of RGB (Red+Green+Blue) = 214+113+132=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67184 is #298E7B. Grayscale: #919191. Windows color (decimal): -2723452 or 8679894. OLE color: 8679894.

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

Color convert

RGB 214 113 132 -
CMYK 0 0.47 0.38 0.16
HSL 348.71º 0.55% 0.64% -
HSV(B) 348.71º 0.47% 0.84% -
XYZ 37.8 27.77 25.2 -
YUV 145.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 214 113 132 0 0.47 0.38 0.16 348.71 0.55 0.64
Hex D6 71 84 0 2F 26 10 15D 37 40
Octal 326 161 204 0 57 46 20 535 67 100
Binary 11010110 1110001 10000100 0 101111 100110 10000 101011101 110111 1000000

Color Harmonies of #D67184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67184

Black with #D67184

Text Example


Text Example

White with #D67184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67184; }

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

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

background-color css

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

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

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

border-color css

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

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

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