Html Css Color HEX #D67580 Charm

📋 copy color: '#D67580'

red 214 ◦ green 117 ◦ blue 128

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

Shades of Charm #D67580

Tints of Charm #D67580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 46.62%
G = 25.49%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67580 (or 0xD67580) is known color: Charm. HEX triplet: D6, 75 and 80. RGB value is (214,117,128). Sum of RGB (Red+Green+Blue) = 214+117+128=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67580 is #298A7F. Grayscale: #939393. Windows color (decimal): -2722432 or 8418774. OLE color: 8418774.

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

Color convert

RGB 214 117 128 -
CMYK 0 0.45 0.40 0.16
HSL 353.2º 0.54% 0.65% -
HSV(B) 353.2º 0.45% 0.84% -
XYZ 37.99 28.58 23.94 -
YUV 147.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 214 117 128 0 0.45 0.40 0.16 353.2 0.54 0.65
Hex D6 75 80 0 2D 28 10 161 36 41
Octal 326 165 200 0 55 50 20 541 66 101
Binary 11010110 1110101 10000000 0 101101 101000 10000 101100001 110110 1000001

Color Harmonies of #D67580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67580

Black with #D67580

Text Example


Text Example

White with #D67580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67580; }

 p { color: rgb(214,117,128); }

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

background-color css

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

 a { background-color: rgb(214,117,128); }

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

border-color css

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

 span { border-color: rgb(214,117,128); }

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