Html Css Color HEX #D67189 Charm

📋 copy color: '#D67189'

red 214 ◦ green 113 ◦ blue 137

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

Shades of Charm #D67189

Tints of Charm #D67189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 46.12%
G = 24.35%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67189 (or 0xD67189) is known color: Charm. HEX triplet: D6, 71 and 89. RGB value is (214,113,137). Sum of RGB (Red+Green+Blue) = 214+113+137=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67189 is #298E76. Grayscale: #919191. Windows color (decimal): -2723447 or 9007574. OLE color: 9007574.

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

Color convert

RGB 214 113 137 -
CMYK 0 0.47 0.36 0.16
HSL 345.74º 0.55% 0.64% -
HSV(B) 345.74º 0.47% 0.84% -
XYZ 38.15 27.91 27.04 -
YUV 145.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 214 113 137 0 0.47 0.36 0.16 345.74 0.55 0.64
Hex D6 71 89 0 2F 24 10 15A 37 40
Octal 326 161 211 0 57 44 20 532 67 100
Binary 11010110 1110001 10001001 0 101111 100100 10000 101011010 110111 1000000

Color Harmonies of #D67189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67189

Black with #D67189

Text Example


Text Example

White with #D67189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67189; }

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

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

background-color css

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

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

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

border-color css

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

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

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