Html Css Color HEX #D67887 Charm

📋 copy color: '#D67887'

red 214 ◦ green 120 ◦ blue 135

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

Shades of Charm #D67887

Tints of Charm #D67887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 45.63%
G = 25.59%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D67887 (or 0xD67887) is known color: Charm. HEX triplet: D6, 78 and 87. RGB value is (214,120,135). Sum of RGB (Red+Green+Blue) = 214+120+135=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D67887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67887 is #298778. Grayscale: #959595. Windows color (decimal): -2721657 or 8878294. OLE color: 8878294.

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

Color convert

RGB 214 120 135 -
CMYK 0 0.44 0.37 0.16
HSL 350.43º 0.53% 0.65% -
HSV(B) 350.43º 0.44% 0.84% -
XYZ 38.82 29.48 26.57 -
YUV 149.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 214 120 135 0 0.44 0.37 0.16 350.43 0.53 0.65
Hex D6 78 87 0 2C 25 10 15E 35 41
Octal 326 170 207 0 54 45 20 536 65 101
Binary 11010110 1111000 10000111 0 101100 100101 10000 101011110 110101 1000001

Color Harmonies of #D67887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67887

Black with #D67887

Text Example


Text Example

White with #D67887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67887; }

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

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

background-color css

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

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

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

border-color css

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

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

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