Html Css Color HEX #D46580 Charm

📋 copy color: '#D46580'

red 212 ◦ green 101 ◦ blue 128

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

Shades of Charm #D46580

Tints of Charm #D46580

RGB

 RED value IS 212 (83.2% from 255) = 48.07%

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 48.07%
G = 22.9%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D46580 (or 0xD46580) is known color: Charm. HEX triplet: D4, 65 and 80. RGB value is (212,101,128). Sum of RGB (Red+Green+Blue) = 212+101+128=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46580 is #2B9A7F. Grayscale: #898989. Windows color (decimal): -2857600 or 8414676. OLE color: 8414676.

HSL color Cylindrical-coordinate representation of color #D46580: hue angle of 345.41º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46580 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 128 -
CMYK 0 0.52 0.40 0.17
HSL 345.41º 0.56% 0.61% -
HSV(B) 345.41º 0.52% 0.83% -
XYZ 35.7 24.86 23.34 -
YUV 137.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 212 101 128 0 0.52 0.40 0.17 345.41 0.56 0.61
Hex D4 65 80 0 34 28 11 159 38 3D
Octal 324 145 200 0 64 50 21 531 70 75
Binary 11010100 1100101 10000000 0 110100 101000 10001 101011001 111000 111101

Color Harmonies of #D46580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46580

Black with #D46580

Text Example


Text Example

White with #D46580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46580; }

 p { color: rgb(212,101,128); }

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

background-color css

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

 a { background-color: rgb(212,101,128); }

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

border-color css

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

 span { border-color: rgb(212,101,128); }

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