Html Css Color HEX #D67485 Charm

📋 copy color: '#D67485'

red 214 ◦ green 116 ◦ blue 133

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

Shades of Charm #D67485

Tints of Charm #D67485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 46.22%
G = 25.05%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D67485 (or 0xD67485) is known color: Charm. HEX triplet: D6, 74 and 85. RGB value is (214,116,133). Sum of RGB (Red+Green+Blue) = 214+116+133=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67485 is #298B7A. Grayscale: #939393. Windows color (decimal): -2722683 or 8746198. OLE color: 8746198.

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

Color convert

RGB 214 116 133 -
CMYK 0 0.46 0.38 0.16
HSL 349.59º 0.54% 0.65% -
HSV(B) 349.59º 0.46% 0.84% -
XYZ 38.21 28.48 25.67 -
YUV 147.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 214 116 133 0 0.46 0.38 0.16 349.59 0.54 0.65
Hex D6 74 85 0 2E 26 10 15E 36 41
Octal 326 164 205 0 56 46 20 536 66 101
Binary 11010110 1110100 10000101 0 101110 100110 10000 101011110 110110 1000001

Color Harmonies of #D67485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67485

Black with #D67485

Text Example


Text Example

White with #D67485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67485; }

 p { color: rgb(214,116,133); }

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

background-color css

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

 a { background-color: rgb(214,116,133); }

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

border-color css

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

 span { border-color: rgb(214,116,133); }

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