Html Css Color HEX #D192D7 Plum

📋 copy color: '#D192D7'

red 209 ◦ green 146 ◦ blue 215

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

Shades of Plum #D192D7

Tints of Plum #D192D7

RGB

 RED value IS 209 (82.03% from 255) = 36.67%

 GREEN value IS 146 (57.42% from 255) = 25.61%

 BLUE value IS 215 (84.38% from 255) = 37.72%

R = 36.67%
G = 25.61%
B = 37.72%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D192D7 (or 0xD192D7) is known color: Plum. HEX triplet: D1, 92 and D7. RGB value is (209,146,215). Sum of RGB (Red+Green+Blue) = 209+146+215=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #D192D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192D7 is #2E6D28. Grayscale: #ACACAC. Windows color (decimal): -3042601 or 14127825. OLE color: 14127825.

HSL color Cylindrical-coordinate representation of color #D192D7: hue angle of 294.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D192D7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 146 215 -
CMYK 0.03 0.32 0 0.16
HSL 294.78º 0.46% 0.71% -
HSV(B) 294.78º 0.32% 0.84% -
XYZ 48.84 39.02 69.25 -
YUV 172.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 209 146 215 0.03 0.32 0 0.16 294.78 0.46 0.71
Hex D1 92 D7 3 20 0 10 127 2E 47
Octal 321 222 327 3 40 0 20 447 56 107
Binary 11010001 10010010 11010111 11 100000 0 10000 100100111 101110 1000111

Color Harmonies of #D192D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192D7

Black with #D192D7

Text Example


Text Example

White with #D192D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192D7; }

 p { color: rgb(209,146,215); }

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

background-color css

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

 a { background-color: rgb(209,146,215); }

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

border-color css

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

 span { border-color: rgb(209,146,215); }

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