Html Css Color HEX #D46688 Charm

📋 copy color: '#D46688'

red 212 ◦ green 102 ◦ blue 136

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

Shades of Charm #D46688

Tints of Charm #D46688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 47.11%
G = 22.67%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D46688 (or 0xD46688) is known color: Charm. HEX triplet: D4, 66 and 88. RGB value is (212,102,136). Sum of RGB (Red+Green+Blue) = 212+102+136=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46688 is #2B9977. Grayscale: #8A8A8A. Windows color (decimal): -2857336 or 8939220. OLE color: 8939220.

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

Color convert

RGB 212 102 136 -
CMYK 0 0.52 0.36 0.17
HSL 341.45º 0.56% 0.62% -
HSV(B) 341.45º 0.52% 0.83% -
XYZ 36.35 25.28 26.26 -
YUV 138.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 212 102 136 0 0.52 0.36 0.17 341.45 0.56 0.62
Hex D4 66 88 0 34 24 11 155 38 3E
Octal 324 146 210 0 64 44 21 525 70 76
Binary 11010100 1100110 10001000 0 110100 100100 10001 101010101 111000 111110

Color Harmonies of #D46688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46688

Black with #D46688

Text Example


Text Example

White with #D46688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46688; }

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

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

background-color css

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

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

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

border-color css

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

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

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