Html Css Color HEX #D46283 Charm

📋 copy color: '#D46283'

red 212 ◦ green 98 ◦ blue 131

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

Shades of Charm #D46283

Tints of Charm #D46283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 48.07%
G = 22.22%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D46283 (or 0xD46283) is known color: Charm. HEX triplet: D4, 62 and 83. RGB value is (212,98,131). Sum of RGB (Red+Green+Blue) = 212+98+131=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46283 is #2B9D7C. Grayscale: #878787. Windows color (decimal): -2858365 or 8610516. OLE color: 8610516.

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

Color convert

RGB 212 98 131 -
CMYK 0 0.54 0.38 0.17
HSL 342.63º 0.57% 0.61% -
HSV(B) 342.63º 0.54% 0.83% -
XYZ 35.62 24.37 24.3 -
YUV 135.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 212 98 131 0 0.54 0.38 0.17 342.63 0.57 0.61
Hex D4 62 83 0 36 26 11 157 39 3D
Octal 324 142 203 0 66 46 21 527 71 75
Binary 11010100 1100010 10000011 0 110110 100110 10001 101010111 111001 111101

Color Harmonies of #D46283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46283

Black with #D46283

Text Example


Text Example

White with #D46283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46283; }

 p { color: rgb(212,98,131); }

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

background-color css

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

 a { background-color: rgb(212,98,131); }

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

border-color css

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

 span { border-color: rgb(212,98,131); }

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