Html Css Color HEX #D67389 Charm

📋 copy color: '#D67389'

red 214 ◦ green 115 ◦ blue 137

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

Shades of Charm #D67389

Tints of Charm #D67389

RGB

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

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

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

R = 45.92%
G = 24.68%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67389 (or 0xD67389) is known color: Charm. HEX triplet: D6, 73 and 89. RGB value is (214,115,137). Sum of RGB (Red+Green+Blue) = 214+115+137=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67389 is #298C76. Grayscale: #939393. Windows color (decimal): -2722935 or 9008086. OLE color: 9008086.

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

Color convert

RGB 214 115 137 -
CMYK 0 0.46 0.36 0.16
HSL 346.67º 0.55% 0.65% -
HSV(B) 346.67º 0.46% 0.84% -
XYZ 38.38 28.36 27.12 -
YUV 147.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 214 115 137 0 0.46 0.36 0.16 346.67 0.55 0.65
Hex D6 73 89 0 2E 24 10 15B 37 41
Octal 326 163 211 0 56 44 20 533 67 101
Binary 11010110 1110011 10001001 0 101110 100100 10000 101011011 110111 1000001

Color Harmonies of #D67389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67389

Black with #D67389

Text Example


Text Example

White with #D67389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67389; }

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

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

background-color css

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

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

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

border-color css

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

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

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