Html Css Color HEX #D67989 Charm

📋 copy color: '#D67989'

red 214 ◦ green 121 ◦ blue 137

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

Shades of Charm #D67989

Tints of Charm #D67989

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

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

R = 45.34%
G = 25.64%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67989 (or 0xD67989) is known color: Charm. HEX triplet: D6, 79 and 89. RGB value is (214,121,137). Sum of RGB (Red+Green+Blue) = 214+121+137=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D67989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67989 is #298676. Grayscale: #969696. Windows color (decimal): -2721399 or 9009622. OLE color: 9009622.

HSL color Cylindrical-coordinate representation of color #D67989: hue angle of 349.68º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67989 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 137 -
CMYK 0 0.43 0.36 0.16
HSL 349.68º 0.53% 0.66% -
HSV(B) 349.68º 0.43% 0.84% -
XYZ 39.08 29.78 27.35 -
YUV 150.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 214 121 137 0 0.43 0.36 0.16 349.68 0.53 0.66
Hex D6 79 89 0 2B 24 10 15E 35 42
Octal 326 171 211 0 53 44 20 536 65 102
Binary 11010110 1111001 10001001 0 101011 100100 10000 101011110 110101 1000010

Color Harmonies of #D67989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67989

Black with #D67989

Text Example


Text Example

White with #D67989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67989; }

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

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

background-color css

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

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

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

border-color css

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

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

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