Html Css Color HEX #D46581 Charm

📋 copy color: '#D46581'

red 212 ◦ green 101 ◦ blue 129

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

Shades of Charm #D46581

Tints of Charm #D46581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.19%

R = 47.96%
G = 22.85%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D46581 (or 0xD46581) is known color: Charm. HEX triplet: D4, 65 and 81. RGB value is (212,101,129). Sum of RGB (Red+Green+Blue) = 212+101+129=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D46581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46581 is #2B9A7E. Grayscale: #898989. Windows color (decimal): -2857599 or 8480212. OLE color: 8480212.

HSL color Cylindrical-coordinate representation of color #D46581: hue angle of 344.86º 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 #D46581 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 129 -
CMYK 0 0.52 0.39 0.17
HSL 344.86º 0.56% 0.61% -
HSV(B) 344.86º 0.52% 0.83% -
XYZ 35.77 24.89 23.69 -
YUV 137.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 212 101 129 0 0.52 0.39 0.17 344.86 0.56 0.61
Hex D4 65 81 0 34 27 11 159 38 3D
Octal 324 145 201 0 64 47 21 531 70 75
Binary 11010100 1100101 10000001 0 110100 100111 10001 101011001 111000 111101

Color Harmonies of #D46581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46581

Black with #D46581

Text Example


Text Example

White with #D46581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46581; }

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

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

background-color css

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

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

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

border-color css

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

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

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