Html Css Color HEX #D67A89 Charm

📋 copy color: '#D67A89'

red 214 ◦ green 122 ◦ blue 137

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

Shades of Charm #D67A89

Tints of Charm #D67A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

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

R = 45.24%
G = 25.79%
B = 28.96%

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

#D67A89 (or 0xD67A89) is known color: Charm. HEX triplet: D6, 7A and 89. RGB value is (214,122,137). Sum of RGB (Red+Green+Blue) = 214+122+137=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A89 is #298576. Grayscale: #979797. Windows color (decimal): -2721143 or 9009878. OLE color: 9009878.

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

Color convert

RGB 214 122 137 -
CMYK 0 0.43 0.36 0.16
HSL 350.22º 0.53% 0.66% -
HSV(B) 350.22º 0.43% 0.84% -
XYZ 39.21 30.02 27.4 -
YUV 151.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 214 122 137 0 0.43 0.36 0.16 350.22 0.53 0.66
Hex D6 7A 89 0 2B 24 10 15E 35 42
Octal 326 172 211 0 53 44 20 536 65 102
Binary 11010110 1111010 10001001 0 101011 100100 10000 101011110 110101 1000010

Color Harmonies of #D67A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A89

Black with #D67A89

Text Example


Text Example

White with #D67A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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