Html Css Color HEX #D67187 Charm

📋 copy color: '#D67187'

red 214 ◦ green 113 ◦ blue 135

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

Shades of Charm #D67187

Tints of Charm #D67187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 46.32%
G = 24.46%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D67187 (or 0xD67187) is known color: Charm. HEX triplet: D6, 71 and 87. RGB value is (214,113,135). Sum of RGB (Red+Green+Blue) = 214+113+135=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67187 is #298E78. Grayscale: #919191. Windows color (decimal): -2723449 or 8876502. OLE color: 8876502.

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

Color convert

RGB 214 113 135 -
CMYK 0 0.47 0.37 0.16
HSL 346.93º 0.55% 0.64% -
HSV(B) 346.93º 0.47% 0.84% -
XYZ 38.01 27.86 26.3 -
YUV 145.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 214 113 135 0 0.47 0.37 0.16 346.93 0.55 0.64
Hex D6 71 87 0 2F 25 10 15B 37 40
Octal 326 161 207 0 57 45 20 533 67 100
Binary 11010110 1110001 10000111 0 101111 100101 10000 101011011 110111 1000000

Color Harmonies of #D67187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67187

Black with #D67187

Text Example


Text Example

White with #D67187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67187; }

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

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

background-color css

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

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

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

border-color css

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

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

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