Html Css Color HEX #D46680 Charm

📋 copy color: '#D46680'

red 212 ◦ green 102 ◦ blue 128

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

Shades of Charm #D46680

Tints of Charm #D46680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 47.96%
G = 23.08%
B = 28.96%

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

#D46680 (or 0xD46680) is known color: Charm. HEX triplet: D4, 66 and 80. RGB value is (212,102,128). Sum of RGB (Red+Green+Blue) = 212+102+128=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D46680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46680 is #2B997F. Grayscale: #898989. Windows color (decimal): -2857344 or 8414932. OLE color: 8414932.

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

Color convert

RGB 212 102 128 -
CMYK 0 0.52 0.40 0.17
HSL 345.82º 0.56% 0.62% -
HSV(B) 345.82º 0.52% 0.83% -
XYZ 35.8 25.06 23.37 -
YUV 137.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 212 102 128 0 0.52 0.40 0.17 345.82 0.56 0.62
Hex D4 66 80 0 34 28 11 15A 38 3E
Octal 324 146 200 0 64 50 21 532 70 76
Binary 11010100 1100110 10000000 0 110100 101000 10001 101011010 111000 111110

Color Harmonies of #D46680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46680

Black with #D46680

Text Example


Text Example

White with #D46680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46680; }

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

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

background-color css

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

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

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

border-color css

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

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

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