Html Css Color HEX #D67380 Charm

📋 copy color: '#D67380'

red 214 ◦ green 115 ◦ blue 128

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

Shades of Charm #D67380

Tints of Charm #D67380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 46.83%
G = 25.16%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67380 (or 0xD67380) is known color: Charm. HEX triplet: D6, 73 and 80. RGB value is (214,115,128). Sum of RGB (Red+Green+Blue) = 214+115+128=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D67380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67380 is #298C7F. Grayscale: #929292. Windows color (decimal): -2722944 or 8418262. OLE color: 8418262.

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

Color convert

RGB 214 115 128 -
CMYK 0 0.46 0.40 0.16
HSL 352.12º 0.55% 0.65% -
HSV(B) 352.12º 0.46% 0.84% -
XYZ 37.76 28.12 23.86 -
YUV 146.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 214 115 128 0 0.46 0.40 0.16 352.12 0.55 0.65
Hex D6 73 80 0 2E 28 10 160 37 41
Octal 326 163 200 0 56 50 20 540 67 101
Binary 11010110 1110011 10000000 0 101110 101000 10000 101100000 110111 1000001

Color Harmonies of #D67380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67380

Black with #D67380

Text Example


Text Example

White with #D67380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67380; }

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

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

background-color css

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

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

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

border-color css

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

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

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